You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
3
3
# Cross Platform Python GUI
4
4
5
-
This repo is a fork-ready base for new your cross-platform, python-based GUI application.
5
+
This repo is a fork-ready base for your new cross-platform, python-based GUI application.
6
6
7
7
It includes the CI pipeline to automatically build self-contained executables for Linux (AppImage), Windows (exe), and MacOS (dmg).
8
8
9
+
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! ;)
10
+
9
11
# How to use this repo
10
12
11
13
1. Fork this repo
@@ -14,10 +16,6 @@ It includes the CI pipeline to automatically build self-contained executables fo
14
16
15
17
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.
16
18
17
-
# TODO
18
-
19
-
1. Finish CI workflow for building MacOS .dmg apps
20
-
21
19
# License
22
20
23
21
The contents of this repo are dual-licensed. All code is GPLv3 and all other content is CC-BY-SA.
0 commit comments