- Development Phase: Work directly in the
app/directory, runapp/main.pyfrom your IDE - Performance Optimization: Move critical code to
cython_logic/and setCOMPILE_CYTHON = True - Testing Distribution: Set
BUILD_EXECUTABLE = Trueto create standalone executable - Production Release: Enable all flags to create professional installer package
- Python 3.11+
- PyCharm (recommended) or any Python IDE
- Windows (for MSI installer creation)
The template handles all the complexity of Cython compilation, PyInstaller packaging, and installer creation through a single, configurable build script.