Skip to content

Commit 85db42f

Browse files
committed
A brief explanation of the Delphi python library
1 parent 0d482be commit 85db42f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PythonForDelphi/Modules/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Using P4D as a Python extension module
2+
3+
The project in the subdirectory Delphi generates a Python library (a dynamic link library with extension "pyd" in Windows) that allows you to create user interfaces using delphi from within python. The small demo TestApp.py gives you a flavour of what is possible. The machinery by which this is achived is the WrapDelphi unit.

0 commit comments

Comments
 (0)