Python Toga Quick Start for Mint 18.x
Hello Mint User! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the BeeWare Python Toga GUI Native Widget Toolkit in Linux Mint 18.x Sarah/Serena/Sonya/Sylvia LTS GNU/Linux Mate/Cinnamon/KDE/Xfce Desktop.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Install the PreRequisite Stuff.
sudo apt install python3-gi gir1.2-webkit-3.0
-
Install Python 3 PIP for Mint Linux
-
Installing Toga Toolkit & Demo.
sudo pip3 install toga-demo
-
Run Toga Demo.
toga-demo
-
Toga Python GUI Quick Start Tutorial