https://github.com/embarcadero/delphi4pythonexporter
Design your Python GUI using Delphi's VCL and FMX designers and then export them for Python use.
https://github.com/embarcadero/delphi4pythonexporter
Last synced: 12 months ago
JSON representation
Design your Python GUI using Delphi's VCL and FMX designers and then export them for Python use.
- Host: GitHub
- URL: https://github.com/embarcadero/delphi4pythonexporter
- Owner: Embarcadero
- License: mit
- Created: 2022-02-01T23:18:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T13:25:14.000Z (over 1 year ago)
- Last Synced: 2025-06-13T22:59:18.307Z (12 months ago)
- Language: Pascal
- Size: 863 KB
- Stars: 97
- Watchers: 12
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delphi4PythonExporter
For use with [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python) or [DelphiVCL4Python](https://github.com/Embarcadero/DelphiVCL4Python).
Design your Python GUI using Delphi's VCL and FMX designers and then export them for Python use.
## eBook, Webinar, and Styles Bundle
There is an free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with 29 custom styles and 50 pages of content.

## Usage
Install this Export in Delphi, C++Builder, or RAD Studio 11 Alexandria. Design your GUI forms with VCL or FireMonkey (FMX) and then select **Tools** -> **Export to Python**.
The easiest way to install is via the [GetIt Package Manager](https://getitnow.embarcadero.com/?q=Delphi4PythonExporter). Instructions for [installing via GetIt](https://docwiki.embarcadero.com/RADStudio/en/Installing_a_Package_Using_GetIt_Package_Manager).


* Text format is easier to edit
* Binary format is more space efficient

Powered by [Python4Delphi](https://github.com/Embarcadero/python4delphi) and [Embarcadero Delphi](https://embarcadero.com/products/delphi).