nuitka_simple_gui icon indicating copy to clipboard operation
nuitka_simple_gui copied to clipboard

A simple GUI app of nuitka

nuitka_simple_gui

PyPIPyPI - Wheel

pip install nuitka_simple_gui

run python -m nuitka_simple_gui or nuitka_simple_gui

A simple GUI app of nuitka

  1. Features
    1. Build python code into executable files with nuitka
    2. Shortcut buttons for common usages
    3. Compress folder to a zip file
    4. Add a symbolic link for start.exe
    5. Dependency and source code separation, only build the source code
    6. add onefile mode(2023.07.18)
    7. add beep after finished on windows(2023.07.18)
    8. add dump-config load-config(2023.07.27)
    9. other changes view changelogs below
  2. User manual
    1. GUI apps do not need docs.
  3. Documentation?
    1. GUI apps do not need docs.
  4. What's More?
    1. I think about it

Screenshot

demo.png

Changelog

  • 2025.1.7
    • add nuitka_cache button, show NUITKA_CACHE_DIR
    • add --jobs
  • 2025.1.6
    • add tooltip to plugin checkbox
    • mv ensure_python_path log to GUI textarea, for downloading gcc manually
  • 2025.01.05
    • Fix failure when pip_args is empty
    • Change Nuitka plugin list to be dynamically obtained