Source code for this youtube video: https://youtu.be/hbSk3cM7T6Q
- Python 3.7** (On Linux Mint 20, PPA here)
- Kivy library: 1.11.1
- KivyMD: 0.104.1
- Kaki: 0.1.4
- $
sudo add-apt-repository ppa:deadsnakes/ppa - $
sudo apt-get update - $
sudo apt-get install python3.7-dev - $
python3.7 -m pip install https://github.com/kivy/kivy/archive/1.11.1.zip - $
python3.7 -m pip install https://github.com/kivymd/KivyMD/archive/0.104.1.zip - $
python3.7 -m pip install kaki - $
git clone https://github.com/Twilight0/kivy_textbutton_sample.git - $
cd kivy_textbutton_sample - $
DEBUG=1 python3.7 ./main.py
** = Python3.8+ does not work with kivy 1.XX