A friendly graphical interface for Nuitka, the Python-to-C compiler.
No more memorizing long command-line flags β just point, click, and compile.
.ico, .png, .jpg
pip install nuitka-gui
Then launch it from anywhere:
nuitka-gui
Or install directly from GitHub:
pip install git+https://github.com/hbertorello/nuitka-gui.git
| Import in your script | Nuitka plugin enabled |
|---|---|
tkinter, customtkinter |
tk-inter |
PyQt5 / PyQt6 |
pyqt5 / pyqt6 |
PySide6 |
pyside6 |
numpy, scipy |
numpy |
torch |
torch |
PIL / Pillow |
pil |
cv2 |
opencv |
django |
django |
sqlalchemy |
sqlalchemy |
| β¦and more | See source |
nuitka_gui/
βββ __init__.py
βββ main.py β full GUI source
git clone https://github.com/hbertorello/nuitka-gui.git
cd nuitka-gui
pip install -e .
nuitka-gui
MIT β see LICENSE for details.
Built with CustomTkinter and powered by Nuitka.