soumilk / Python-GUI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%