This repo is a fork-ready base for new your cross-platform, python-based GUI application.
It includes the CI pipeline to automatically build self-contained executables for Linux (AppImage), Windows (exe), and MacOS (dmg).
- Fork this repo
- Edit src/main.py as needed
- Add any required python modules to requirements.txt
When you push git commits to github on master, github will automatically spin up containers in the cloud and build your application's executables for all target platforms.
- Finish CI workflow for building MacOS .dmg apps
The contents of this repo are dual-licensed. All code is GPLv3 and all other content is CC-BY-SA.