Skip to content

Commit 821eaac

Browse files
authored
Update README.md
1 parent cec1492 commit 821eaac

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Delphi4PythonExporter
2+
For use with [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python) or [DelphiVCL4Python](https://github.com/Embarcadero/DelphiVCL4Python).
3+
24
Design your Python GUI using Delphi's VCL and FMX designers and then export them for Python use.
35

4-
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.
6+
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**.
7+
8+
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).
59

610
![Export2Python](https://github.com/Embarcadero/Delphi4PythonExporter/raw/main/images/Export2Python.png)
711

812
![Export2Python](https://github.com/Embarcadero/Delphi4PythonExporter/raw/main/images/ExportCurrentProject.png)
913

14+
* Text format is easier to edit
15+
* Binary format is more space efficient
16+
1017
![Export2Python](https://github.com/Embarcadero/Delphi4PythonExporter/raw/main/images/ExportForms.png)
1118

12-
For use with [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python) or [DelphiVCL4Python](https://github.com/Embarcadero/DelphiVCL4Python).
19+
Powered by [Python4Delphi](https://github.com/Embarcadero/python4delphi) and [Embarcadero Delphi](https://embarcadero.com/products/delphi).

0 commit comments

Comments
 (0)