Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embarcadero/delphivcl4python
Delphi's VCL library as a Python module for building Windows GUI
https://github.com/embarcadero/delphivcl4python
delphi gui python ui vcl
Last synced: 3 days ago
JSON representation
Delphi's VCL library as a Python module for building Windows GUI
- Host: GitHub
- URL: https://github.com/embarcadero/delphivcl4python
- Owner: Embarcadero
- License: other
- Created: 2021-08-24T02:23:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:40:44.000Z (about 1 month ago)
- Last Synced: 2024-12-13T17:23:41.485Z (10 days ago)
- Topics: delphi, gui, python, ui, vcl
- Language: Python
- Homepage:
- Size: 169 MB
- Stars: 266
- Watchers: 36
- Forks: 55
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Quick Links:
[[Installation](https://github.com/Embarcadero/DelphiVCL4Python#installation)] [[eBook & Styles](https://embt.co/PythonGUIBundle)] [[Samples](https://github.com/Embarcadero/DelphiVCL4Python/tree/main/samples)] [[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 a free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with 29 custom styles and 50 pages of content.
pip install delphivcl
### Supports: ###
* Win32 & Win64 x86 architectures
* Python cp3.8, cp3.9, cp3.10, cp3.11, cp3.12, and cp3.13### Conda support: ###
* Win x86 and x64 from Python cp3.8 to cp3.13
### Venv support: ###
* Win x86 and x64 from Python cp3.8 to cp3.13
## See Also
- 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/).