Outils pour utilisateurs

Outils du site


tech:python_gui_mobile_smartphone

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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.1tech:python_gui_mobile_smartphone [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon Code Python}}
 +
 +# Python GUI mobile smartphone
 +
 +Voir :
 +* Kivy
 +* BeeWare / Toga
 +
 +
 +## Kivy
 +
 +Voir :
 +* kvlang / Kv language
 +* https://realpython.com/mobile-app-kivy-python/
 +* https://python.developpez.com/tutoriels/apprendre-programmation-python/notions-avancees/?page=interface-graphique
 +* https://linuxfr.org/news/kivy-un-cadriciel-graphique-unique-en-python
 +
 +~~~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  # the --user should be removed if you do this in a venv
 +
 +sudo apt-get install cython3
 +
 +pipenv install kivy buildozer
 +pipenv shell
 +buildozer init
 +pip3 install Cython
 +buildozer -v android debug
 +~~~
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki