Skip to content

Commit 8b6df7e

Browse files
authored
Merge pull request #59 from shaunroselt/Readme
Updated Readme to match DelphiFMX4Python repository
2 parents 0c16095 + 747bc8f commit 8b6df7e

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# <a href="https://github.com/Embarcadero/DelphiVCL4Python/">DelphiVCL for Python <img align="right" alt="DelphiVCL4Python" src="https://github.com/Embarcadero/DelphiVCL4Python/raw/main/images/DelphiVCL4Python(256px).png"></a>
2-
Delphi's VCL library as a Python module for building native Windows GUI Applications
2+
3+
Quick Links: &nbsp;
4+
[[Installation](https://github.com/Embarcadero/DelphiVCL4Python#installation)] &nbsp; [[eBook & Styles](https://embt.co/PythonGUIBundle)] &nbsp; [[Samples](https://github.com/Embarcadero/DelphiVCL4Python/tree/main/samples)] &nbsp; [[Stack Overflow Q&A](https://stackoverflow.com/questions/tagged/python+vcl)]
5+
6+
---
7+
`delphivcl` is a natively compiled Python module powered by the [Python4Delphi library](https://github.com/embarcadero/python4delphi). It gives Python developers access to Delphi's VCL GUI framework and is [freely redistributable](https://github.com/Embarcadero/DelphiVCL4Python/blob/main/LICENSE.md).
8+
9+
Delphi's VCL library allows for building native Windows GUI Applications.
310

411
## [eBook and Styles Bundle](https://embt.co/PythonGUIBundle)
512

6-
There is an free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with 29 custom styles and 50 pages of content.
13+
There is a free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with 29 custom styles and 50 pages of content.
714

815
<a href="https://embt.co/PythonGUIBundle"><img alt="Download the free eBook and Python styles bundle." src="https://github.com/Embarcadero/PythonFMXBuilder/blob/main/images/30_Banner_Ebook_GGetting Started with Python GUI_830x256.jpg"></a>
916

@@ -24,6 +31,10 @@ There is an free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with
2431

2532
* Win x86 and x64 from Python cp3.6 to cp3.11
2633

27-
For other platforms, check out [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python).
34+
## See Also
2835

29-
Powered by the Best [Windows IDE](https://www.embarcadero.com/products/delphi) Embarcadero Delphi and the [Python4Delphi library](https://github.com/pyscripter/python4delphi).
36+
- Check out [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python) for cross-platform (Windows, MacOS, Linux, Android) Python development.
37+
- Powered by [Embarcadero Delphi](https://www.embarcadero.com/products/delphi) and the [Python4Delphi library](https://github.com/Embarcadero/python4delphi).
38+
- While this redistributable library is covered by the [Embarcadero Freeware License](https://github.com/Embarcadero/DelphiVCL4Python/blob/main/LICENSE.md), all the [source code](https://github.com/Embarcadero/python4delphi) for it is covered by the [MIT License](https://github.com/Embarcadero/python4delphi/blob/master/LICENSE).
39+
- Special thanks to [PyScripter](https://github.com/pyscripter/).
40+
- Sponsored by [Embarcadero](https://www.embarcadero.com/).

0 commit comments

Comments
 (0)