Build desktop applications such as text editors, drawing tools and more using Python with Tkinter, PyGame and more.
Learn how to build a nice GUI dictionary app with audio pronounciation using the Tkinter library in Python.
Learn how to build a complete GUI QR code generator and reader program in Python using Tkinter, qrcode and OpenCV libraries.
Learn how you can build a chess game from scratch with Python classes and pygame library in Python.
Learn how to build a voice recorder GUI app using Tkinter and sounddevice libraries in Python.
Learn how to build a simple alarm clock app using tkinter and playsound libraries in Python.
Learn how to build a GUI app that downloads audio (MP3) files from YouTube videos using Pytube and Tkinter libraries in Python.
Learn how you to build an age calculator that calculates your age based on your birthday using Tkinter and datetime library in Python.
Learn how you can build a CLI and GUI YouTube video downloader using Pytube in Python.
Learn how to make a simple python code editor that supports running the code and simple syntax highlighting using Tkinter in Python.
Learn how to make a simple rich text editor where we can set a number of predefined styles for parts of the text via a Graphical User Interface (GUI) using Tkinter in Python.
Learn how to make a simple spreadsheet app like Excel, where cells can reference each other and make calculations using Tkinter library in Python.
Learn how to extract gender from first name using genderize.io API and build a GUI around it with Tkinter in Python.
Learn how to build a GUI currency converter using ExchangeRate API and Tkinter library in Python.
Learn how you can create a markdown editor using the Tkinter library and regular expressions in Python.