1
0
Fork 0
mirror of https://codeberg.org/vanous/huafetcher synced 2024-05-19 05:06:18 +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
vanous d2d60b8e0b catch exceptions. include buildozer spec file 2020-11-25 08:03:26 +01:00
data initial commit 2020-11-24 23:12:25 +01:00
.gitignore catch exceptions. include buildozer spec file 2020-11-25 08:03:26 +01:00
LICENSE Initial commit 2020-11-24 20:00:29 +01:00
README.md add release script 2020-11-24 23:20:36 +01:00
buildozer.spec catch exceptions. include buildozer spec file 2020-11-25 08:03:26 +01:00
huami_token.py catch exceptions. include buildozer spec file 2020-11-25 08:03:26 +01:00
main.py catch exceptions. include buildozer spec file 2020-11-25 08:03:26 +01:00
release.sh catch exceptions. include buildozer spec file 2020-11-25 08:03:26 +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