Skip to content

Embarcadero/DelphiVCL4Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51b62e0 · Nov 12, 2024
Nov 12, 2024
Nov 12, 2024
Mar 29, 2023
Sep 7, 2023
Nov 11, 2024
Dec 19, 2023
Jan 18, 2023
Mar 7, 2023
Feb 11, 2022
Dec 13, 2021
Sep 22, 2023
Sep 7, 2023
Sep 5, 2023
Sep 5, 2023
Sep 22, 2023
Sep 5, 2023

Repository files navigation

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