Creating 10 Apps in Python [ with PySimpleGui ]

In this video you will learn how to create simple python GUIs using the PySimpleGUI library. There are 10 projects in this video: A converter, a calculator, a stopwatch, a text app, the snake game, an image editor, a music player, a weather app and a opencv face detector. There is also an extra video about creating a gui in a single line of code. By the end of the video you should be comfortable understanding PySimpleGUI and solve more or less any problem inside of it. The video will also use popular python modules like matplotlib, opencv, pytube, pillow and BeautifulSoup4. If you want to support me: (You also get lots of perks) Social stuff: Twitter - Discord - Timestamps: 0:00:00 - Intro 0:03:48 - Converter 0:37:00 - One line app 0:38:46 - Calculator 1:09:06 - Stopwatch 1:36:14 - Text editor 1:57:10 - Snake 2:29:40 - Graph app (MatPlotLib
Back to Top