Skip to content

mikr/pyqtboiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqtboiler

PyQt application boilerplate for rapid development. The app can be started with:

python baseapp/utils/hotswap.py start_app.py

to change code at runtime, e.g. modifying code in the draw_shapes function. When the file mainwindow.ui is saved in QtDesigner the new window layout and controls are also loaded into the application without the need of a restart.

Running paver uic translates the .ui files into Python code.

Running paver buildapp creates an executable with PyInstaller.

License

Two files are under MIT license, the rest of the project is public domain under the unlicense, see the LICENSE file for details.

About

PyQt application boilerplate for rapid development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages