You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
766 B
Markdown

7 months ago
# CLIENT ANDROID POUR PYTHON API
Client Android pour API en python avec kivy (UI) et buildozer (build)
7 months ago
## PRE REQUIS :paperclip:
7 months ago
- Python3
7 months ago
## CONFIGURATION :wrench:
7 months ago
> Renseigner les champs api_key et api_url en fonction de votre configuration.
7 months ago
## UTILISATION :rocket:
7 months ago
- Installer les dépendances:
```bash
python3 -m pip install -r requirements.txt
```
- Lancer en local:
```bash
python3 main.py
```
7 months ago
:warning: Nécéssite une api_url fonctionnelle avec son api_key
### BUILD APK :iphone:
7 months ago
```bash
buildozer -v android debug
```
> Le fichier APK se trouve dans le dossier bin/
7 months ago
## TODO :bookmark_tabs:
7 months ago
- [X] Splashcreen
- [X] Make background random
- [X] Images in folder
- [X] Button CSS
- [ ] Lien code source
7 months ago
- [ ] Load API_KEY on startup if not found