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: 8 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T15:02:16.000Z (10 months ago)
- Last Synced: 2025-05-15T09:06:08.953Z (8 months ago)
- Topics: delphi, gui, python, ui, vcl
- Language: Python
- Homepage:
- Size: 173 MB
- Stars: 291
- Watchers: 39
- Forks: 57
- 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/).
.png)
