Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# DelphiVCL for Python DelphiVCL4Python

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.

Download the free eBook and Python styles bundle.

## Installation: ##

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