Build desktop applications such as text editors, drawing tools and more using Python with Tkinter, PyGame and more.
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.