L’éditeur utilisé est PYCHARM
Kivy est une bibliothèque libre et open source pour Python, utile pour créer des applications tactiles pourvues d’une interface utilisateur naturelle. Cette bibliothèque fonctionne sur Android, iOS, GNU/Linux, OS X et Windows. Elle est distribuée gratuitement et sous licence MIT.
Introduction ;
Material design :
Permet d’améliorer l’expérience utilisateur, par exemple un label (MDLabel) a plus de propriétés
Parameters:
- text- The text we want to put on the label.
- halign- The position where we want to put the label.
- theme_text_color- The theme for text colors like custom, primary, secondary, hint, or error.
- text_color- If theme_text_color is custom we can assign text color to an RGB tuple.
- font_style- Like caption, headings.