Python Brasil Mobile App powered by Kivy
Initial screen | Menu | Schedule |
---|---|---|
- Clone repo
git clone https://github.com/ellisonleao/pybrapp.git
- Install dependencies (use your prefered method for virtual environments)
$ cd pybrapp
# first install Cython
$ pip install -U Cython
# install remanining dependencies
$ pip install -r requirements.txt
Disclaimer: This version is also installing pygame
as the window provider. You can change it to SDL by following these steps
- Running
$ make run
Note: buildozer
does not works on virtual environments so you will need to install it on your system.
- Install Cython 0.25.2
$ pip install Cython==0.25.2
- Install
buildozer
$ pip install buildozer
-
Build apk
- for debug
$ make apk
- for release
$ make apk_release