- Python3 has a cool set of libraries which can be used to develop a good looking GUI application. Libraries like Tkinter, pygame, PyQt provide wide range of features to implement a decent interface to your application.
This repository is all about the Python GUI and its implementations, It contains the explanation and working of the components of GUI libraries as well as projects related to them.
Visit this link to learn all the basic required elements of Tkinter library to make a application with interface
Basics of Tkinter.
To learn mode about Tkinter visit this link.
Official Docs for tkinter in python3.6 is here.
Learning Resource : Start Learning Pygame.
Here are the projects which are implemented using the graphic libraries Projects and implementations.