Skip to content

Template repository for a PyQt5 GUI app that can be packaged as a stand-alone application.

Notifications You must be signed in to change notification settings

wlaur/gui-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gui-template

Template repository for a PyQt5 GUI app.

The application is started with python app.py

The UI layouts are defined as .ui files that can be edited using Qt Designer. python build.py ui will convert the files to .py-modules that can be used in the application.

python build.py compile creates a stand-alone application that is compiled with nuitka. InnoSetup is used to create an installer (ISCC.exe must be in PATH) .

TODO

  • %APPDATA%/App Name/data/log.txt is left after uninstalling the compiled version
  • The icons are copied from Google image search (and inverted), might be an issue

About

Template repository for a PyQt5 GUI app that can be packaged as a stand-alone application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published