Skip to content

Reposity is about python GUI, how it works and some cool small projects based on GUI libraries.

Notifications You must be signed in to change notification settings

soumilk/Python-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Python-GUI

  • 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.

Tkinter

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.

Pygame - A python tooklit for creating game.

Learning Resource : Start Learning Pygame.


Here are the projects which are implemented using the graphic libraries Projects and implementations.

PyQt - PyQt is a Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in.

Learning Resources :
https://www.tutorialspoint.com/pyqt/index.html
https://www.guru99.com/pyqt-tutorial.html

Releases

No releases published

Packages

No packages published

Languages