1
0
mirror of https://codeberg.org/vanous/huafetcher synced 2024-09-27 14:20:39 +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:20:36 +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 add release script 2020-11-24 23:20:36 +01:00
release.sh add release script 2020-11-24 23:20:36 +01:00
requirements.txt initial commit 2020-11-24 23:12:25 +01:00
screenshot1.jpg add screenshots 2020-11-24 23:15:52 +01:00
screenshot2.jpg add screenshots 2020-11-24 23:15:52 +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

screenshot screenshot

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