Click here to Skip to main content
15,888,330 members
Articles / Programming Languages / Python

Creating User Interfaces in Python using PySimpleGUI

Rate me:
Please Sign up or sign in to vote.
4.97/5 (8 votes)
26 Oct 2021CPOL3 min read 25.5K   431   11  
This article demonstrates creating user-interfaces using PySimpleGUI.
Through this article, I wish to demonstrate how we can create good looking user-interfaces using the PySimpleGUI library. Though there are many libraries that can be used for developing Python applications with Graphical User Interfaces, but PySimpleGUI is the simplest one. It is compact, concise and easy to learn even by newbie Python programmers.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer NIIT, India
India India
I am a trainer by profession. Currently I am working with iFuture Technologies(India) as a Senior Faculty. I enjoy programming as a hobby. During my career I have seen the growth and decline of many technologies, many of them being my favorites like Flash, WPF, Windows Mobile Development. Few of my current favorites are Android, Xamarin and Python, though I also like traditional and evergreen languages like PHP, C#, Visual Basic and Java.

Apart from computers, my favorite pastime is bicycling.

Comments and Discussions