Build desktop applications such as text editors, drawing tools and more using Python with Tkinter, PyGame and more.
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.
Learn how to build a UI-based typing speed tester in Python using the built-in Tkinter library.
Learn how to make a calculator app with various features such as history and formulas using Tkinter library in Python.
Learn how to make a simple file explorer that is able to navigate through folders, create folders and files and more using Tkinter in Python.
Learn how to build a simple text editor that opens and saves text files using Tkinter library in Python
Learn how to make buttons in PyGame that support pressed calling (multi pressing) and one-shot pressing in Python.