pyscripter / python4delphi

Free components that wrap up Python into Delphi and Lazarus (FPC)
MIT License
906 stars 309 forks source link

Any plan for using python to create cross-platform GUI with Lazarus component library(lcl) or Delphi Visual Component Library(vcl)? #138

Closed haifenghuang closed 4 years ago

haifenghuang commented 4 years ago

Sir, do you have any plan for using python to create cross-platform GUI like https://github.com/ying32/govcl? I thought that would be very cool.

pyscripter commented 4 years ago

P4D is GUI agnostic. It can be used with any GUI. See https://github.com/pyscripter/python4delphi/wiki/SupportedPlatforms for supported platforms. See https://github.com/pyscripter/python4delphi/tree/master/PythonForDelphi/Modules for wrapping the Vcl and exposing it to Python. A similar approach can be used for wrapping any GUI (e.g. LCL, FMX etc.).