1
0
mirror of https://codeberg.org/vanous/huafetcher synced 2024-09-27 22:40:27 +02:00
Kivy GUI for huami-token. Works on desktop and as Android apk. Downloads key and aGPS data, unzips it into /storage/emulated/0
Go to file
2020-11-24 23:12:25 +01:00
data initial commit 2020-11-24 23:12:25 +01:00
.gitignore initial commit 2020-11-24 23:12:25 +01:00
huami_token.py initial commit 2020-11-24 23:12:25 +01:00
LICENSE Initial commit 2020-11-24 20:00:29 +01:00
main.py initial commit 2020-11-24 23:12:25 +01:00
README.md initial commit 2020-11-24 23:12:25 +01:00
requirements.txt initial commit 2020-11-24 23:12:25 +01:00
urls.py initial commit 2020-11-24 23:12:25 +01:00

huafetcher

Kivy GUI for huami-token. Works on desktop and as Android apk. Downloads key and aGPS data, unzips it into /storage/emulated/0

huami-token: all credits to the original author

Install

Install Buildozer and Kivy

pip install buildozer pip install kivy

or

pip install -r requirements.txt

Run

python main.py

make Android apk

buildozer -v android debug deploy run