tech:python_gui_mobile_smartphone
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:python_gui_mobile_smartphone [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:python_gui_mobile_smartphone [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Python GUI mobile smartphone | ||
| + | |||
| + | Voir : | ||
| + | * Kivy | ||
| + | * BeeWare / Toga | ||
| + | |||
| + | |||
| + | ## Kivy | ||
| + | |||
| + | Voir : | ||
| + | * kvlang / Kv language | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ~~~bash | ||
| + | sudo apt update | ||
| + | sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev | ||
| + | | ||
| + | #pip3 install --user --upgrade Cython==0.29.19 virtualenv | ||
| + | |||
| + | sudo apt-get install cython3 | ||
| + | |||
| + | pipenv install kivy buildozer | ||
| + | pipenv shell | ||
| + | buildozer init | ||
| + | pip3 install Cython | ||
| + | buildozer -v android debug | ||
| + | ~~~ | ||
| + | |||
| + | |||
