All Projects → Embarcadero → DelphiFMX4Python

Embarcadero / DelphiFMX4Python

Licence: other
Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DelphiFMX4Python

fgx-firemonkey
Set of additional components for FireMonkey
Stars: ✭ 94 (-32.37%)
Mutual labels:  firemonkey
ipub-messaging
Messaging system for communication between classes / layers in delphi
Stars: ✭ 46 (-66.91%)
Mutual labels:  firemonkey
TeeGrid-VCL-FMX-Samples
Grid control for Delphi and C++ (VCL and FMX)
Stars: ✭ 132 (-5.04%)
Mutual labels:  firemonkey
FMX.FontAwesome
[FireMonkey] FontAwesome
Stars: ✭ 21 (-84.89%)
Mutual labels:  firemonkey
FMX.MaterialIconsFont
Material Design Icons 3.0.1
Stars: ✭ 20 (-85.61%)
Mutual labels:  firemonkey
RADStudio-DemoKit
A collection of demos around 10.4 Sydney updated for 10.4.2.
Stars: ✭ 39 (-71.94%)
Mutual labels:  firemonkey
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-87.77%)
Mutual labels:  firemonkey
Mastering-FireMonkey-Delphi
✨Embarcadero Delphi - 🔥FireMonkey Sample Applications - Prototypes for inspiration! 🧩
Stars: ✭ 61 (-56.12%)
Mutual labels:  firemonkey
WebView4Delphi
WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
Stars: ✭ 157 (+12.95%)
Mutual labels:  firemonkey
PowerOff
PowerOff - Very simple application for auto shutdown the computer
Stars: ✭ 27 (-80.58%)
Mutual labels:  firemonkey
firemonkey-network-state
Library for managing network state in Delphi or C++ Firemonkey apps on Android and iOS
Stars: ✭ 18 (-87.05%)
Mutual labels:  firemonkey
blog
Source code for the posts of my blog https://theroadtodelphi.com/
Stars: ✭ 96 (-30.94%)
Mutual labels:  firemonkey
skia4delphi
Skia4Delphi is a cross-platform 2D graphics API for Delphi platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Stars: ✭ 486 (+249.64%)
Mutual labels:  firemonkey
GBE3D
Suite de composants 3D pour Delphi Firemonkey
Stars: ✭ 18 (-87.05%)
Mutual labels:  firemonkey
FireMonkeyInstagramApp
Sample Instagram UI design project made with Embarcadero Delphi 10.1 Berlin.
Stars: ✭ 23 (-83.45%)
Mutual labels:  firemonkey
ComparisonResearch
Research comparing Delphi & C++Builder's VCL and FMX with other frameworks and toolchains.
Stars: ✭ 15 (-89.21%)
Mutual labels:  firemonkey
FMXPong
Pong 3D with Delphi and Firemonkey (Windows, Mac OS, Android, IOS)
Stars: ✭ 25 (-82.01%)
Mutual labels:  firemonkey
FiremonkeySensorFusion
Delphi/Firemonkey sensor fusion sample ( accelerometer+magnetometer+GPS) to obtain tilt compensated rectangular coordinates (azimuth/elevation/roll)
Stars: ✭ 24 (-82.73%)
Mutual labels:  firemonkey
I18N
I18N Library for .NET, and Delphi
Stars: ✭ 48 (-65.47%)
Mutual labels:  firemonkey
OldCEF4Delphi
OldCEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi.
Stars: ✭ 55 (-60.43%)
Mutual labels:  firemonkey

DelphiFMX for PythonDelphiFMX for Python

Quick Links:   [Installation]   [eBook & Styles]   [Android Builder]   [Docs]   [Samples]


delphifmx is a natively compiled Python module powered by the Python4Delphi library. It gives Python developers access to the FireMonkey GUI framework and is freely redistributable. Supports Windows, MacOS, Linux, and Android GUI development.

FireMonkey is a GUI framework originally from Embarcadero Delphi for native cross-platform application development. It uses the GPU via DirectX or OpenGL for hardware accelerated rendering. It includes a rich styling system and is user extensible. DelphiFMX for Python does not require Delphi or any experience with Object Pascal.

Be sure to check out the PythonFMXBuilder for deploying your Python scripts on Android and the Delphi for Python Exporter to simplify your UI design.

eBook and Styles Bundle

There is an free eBook and styles bundle with 29 custom styles and 50 pages of content. Download the free eBook and Python styles bundle.

You can see the June 2022 live stream replay covering PythonFMX and related projects.

Installation

pip install delphifmx

Supports

  • Win32 x86, Win64 x86, Linux64 x86, Android64, macOS64 and macM1 architectures
  • Python cp3.6, cp3.7, cp3.8, cp3.9 and cp3.10

Conda support

  • Win x86 and x64 from Python cp3.6 to cp3.10
  • Linux x86_64 from Python cp3.6 to cp3.10
  • macOS x86_64 from Python cp3.6 to cp3.10

Venv support

  • Win x86 and x64 from Python cp3.6 to cp3.10
  • Linux x86_64 from Python cp3.6 to cp3.10
  • macOS x86_64 from Python cp3.6 to cp3.10

See Also

Embarcadero Embarcadero

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].