Make a Simple GUI app At Linux using GTK2 and Python
Sep 3, 2018 · 1 min read

The Simple step to make a GUI app at Linux
First it needs to install the following package
sudo apt-get install python-gtk2sudo apt-get install python-webkitsudo apt-get install python-gobject
Before install those make sure python work fine.
The Simple Code of Linux GUI
Now u can customize the code based on your Requirement
More Details u can get from
Thank you!

