Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jun 23, 2020
1 parent b7575fe commit 942d10f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

# Cross Platform Python GUI

This repo is a fork-ready base for new your cross-platform, python-based GUI application.
This repo is a fork-ready base for your new 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).

This project uses [kivy](https://kivy.org/), which also supports android and iOS--though building apps for these platforms hasn't been automated into GitHub Actions (yet). PRs Welcome! ;)

# How to use this repo

1. Fork this repo
Expand All @@ -14,10 +16,6 @@ It includes the CI pipeline to automatically build self-contained executables fo

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.

0 comments on commit 942d10f

Please sign in to comment.