Skip to content

Updated Readme to match DelphiFMX4Python repository #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# <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>
Delphi's VCL library as a Python module for building native Windows GUI Applications

Quick Links: &nbsp;
[[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)]

---
`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).

Delphi's VCL library allows for building native Windows GUI Applications.

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

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

<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>

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

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

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

Powered by the Best [Windows IDE](https://www.embarcadero.com/products/delphi) Embarcadero Delphi and the [Python4Delphi library](https://github.com/pyscripter/python4delphi).
- Check out [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python) for cross-platform (Windows, MacOS, Linux, Android) Python development.
- Powered by [Embarcadero Delphi](https://www.embarcadero.com/products/delphi) and the [Python4Delphi library](https://github.com/Embarcadero/python4delphi).
- 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).
- Special thanks to [PyScripter](https://github.com/pyscripter/).
- Sponsored by [Embarcadero](https://www.embarcadero.com/).