GUI Programming Tutorials


Build desktop applications such as text editors, drawing tools and more using Python with Tkinter, PyGame and more.

How to Detect Gender by Name using Tkinter in Python
How to Detect Gender by Name using Tkinter in Python

Learn how to extract gender from first name using genderize.io API and build a GUI around it with Tkinter in Python.

How to Build a GUI Currency Converter using Tkinter in Python
How to Build a GUI Currency Converter using Tkinter in Python

Learn how to build a GUI currency converter using ExchangeRate API and Tkinter library in Python.

How to Make a Markdown Editor using Tkinter in Python
How to Make a Markdown Editor using Tkinter in Python

Learn how you can create a markdown editor using the Tkinter library and regular expressions in Python.

How to Make a Typing Speed Tester with Tkinter in Python
How to Make a Typing Speed Tester with Tkinter in Python

Learn how to build a UI-based typing speed tester in Python using the built-in Tkinter library.

How to Make a Calculator with Tkinter in Python
How to Make a Calculator with Tkinter in Python

Learn how to make a calculator app with various features such as history and formulas using Tkinter library in Python.

How to Make a File Explorer using Tkinter in Python
How to Make a File Explorer using Tkinter 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.

How to Make a Text Editor using Tkinter in Python
How to Make a Text Editor using Tkinter in Python

Learn how to build a simple text editor that opens and saves text files using Tkinter library in Python

How to Make Buttons in PyGame
How to Make Buttons in PyGame

Learn how to make buttons in PyGame that support pressed calling (multi pressing) and one-shot pressing in Python.