Python Toga Quick Start for Ubuntu 16.04 Xenial
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the BeeWare Python Toga GUI Native Widget Toolkit in Ubuntu 16.04 Xenial Xerus LTS GNU/Linux Desktop.
-
Open a Terminal Shell emulator window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
Install the PreRequisite Stuff.
sudo apt install python3-gi gir1.2-webkit-3.0
-
Install Python 3 PIP for Ubuntu
-
Installing Toga Toolkit & Demo.
sudo pip3 install toga-demo
-
Run Toga Demo.
toga-demo
-
Toga Python GUI Quick Start Tutorial