Creating 10 Apps in Python [ with PySimpleGui ]



Creating 10 Apps in Python [ with PySimpleGui ]

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: https://www.patreon.com/clearcode
(You also get lots of perks)

Social stuff:
Twitter – https://twitter.com/clear_coder
Discord – https://discord.com/invite/a5C6pYw2w5

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)
2:47:50 – Image editor (Pillow)
3:11:06 – Music Player
3:48:59 – Weather app (BeautifulSoup4)
4:08:14 – Face detector (OpenCV)

Github:
https://github.com/clear-code-projects/PySimpleGuiUltimate

Pastebin:
Weather app – https://pastebin.com/LHPdVbgq
Stopwatch – https://pastebin.com/bHP6GppS
Face Detector (open cv) – https://pastebin.com/3BKFmubT
Snake game – https://pastebin.com/zRZvssxB
Text editor – https://pastebin.com/NWDb2Pjw
Image editor (Pillow) – https://pastebin.com/H3QCwQgX
Graph app (Matplotlib) – https://pastebin.com/dES5Qp4B
Calculator – https://pastebin.com/h2W5t35L
Converter – https://pastebin.com/aDVADH7R
One line app – https://pastebin.com/4rvyhcJx
music player – https://pastebin.com/DZfqjwMs

Comments are closed.