Skip to content

A fork-ready base for your new GUI application. Uses CI to automatically build executables for Linux (AppImage), Windows (exe), and MacOS (dmg)

License

Notifications You must be signed in to change notification settings

fritol/cross-platform-python-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross Platform Python GUI

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).

How to use this repo

  1. Fork this repo
  2. Edit src/main.py as needed
  3. 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.

TODO

  1. Finish CI workflow for building MacOS .dmg apps

License

The contents of this repo are dual-licensed. All code is GPLv3 and all other content is CC-BY-SA.

About

A fork-ready base for your new GUI application. Uses CI to automatically build executables for Linux (AppImage), Windows (exe), and MacOS (dmg)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 79.8%
  • PowerShell 18.7%
  • Python 1.5%