Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2.41 KB

README.md

File metadata and controls

40 lines (24 loc) · 2.41 KB

Quick Links:   [Installation]   [eBook & Styles]   [Samples]   [Stack Overflow Q&A]


delphivcl is a natively compiled Python module powered by the Python4Delphi library. It gives Python developers access to Delphi's VCL GUI framework and is freely redistributable.

Delphi's VCL library allows for building native Windows GUI Applications.

There is a free eBook and styles bundle 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.6, cp3.7, cp3.8, cp3.9, cp3.10 and cp3.11

Conda support:

  • Win x86 and x64 from Python cp3.6 to cp3.11

Venv support:

  • Win x86 and x64 from Python cp3.6 to cp3.11

See Also