Articles by Tag #tkinter

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

🎲 Game 21 — Cheburashka & Gena

Built in Pure Python + Tkinter 🐊 Introduction It started as a small side project — just a cheerful,...

Learn More 11 1Oct 18 '25

🖼️ ExtractMate — A Full Python OCR Desktop App (Tkinter + Tesseract)

Building desktop tools in Python doesn’t have to feel outdated or clunky. In this post, I’m...

Learn More 0 0Dec 28 '25

FileMate Pro – Next-Gen File Explorer in Python 🗂️✨

Ever wished for a single-panel, lightweight, and modern file explorer built entirely in Python? Meet...

Learn More 0 0Jan 3

Design Patterns in a Real-World Tkinter Application: From Lateral Coupling to Clean Architecture

What you can build with Python's standard library Beyond "Hello World" Python,...

Learn More 0 0Jan 4

FileMate v2: A Modern Tkinter File Manager in Python

Build a sleek, light/dark themed file manager in Python using Tkinter and sv_ttk. Manage your files,...

Learn More 0 0Dec 30 '25

FileMate Explorer Pro: A Modern Python File Explorer with Tkinter

FileMate Explorer Pro is a sleek, user-friendly file explorer built with Python and Tkinter. It...

Learn More 0 0Jan 2

Building a Modern Calculator with Tkinter (Light & Dark Mode)

Python’s tkinter often gets dismissed as “old-school”, but with the right styling and structure,...

Learn More 0 0Jan 4

Getting Started with 2D Games Using Tkinter (Part 3): Handling Mouse Events

Getting Started with 2D Games Using Tkinter (Part 3): Handling Mouse Events In this...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 8): Add Demon Images to Sprites

Getting Started with 2D Games Using Tkinter (Part x): Add Demon Images to Sprites In this...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 6): Keeping Sprites Inside the Screen

Getting Started with 2D Games Using Tkinter (Part x): Keeping Sprites Inside the Screen In...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 10): Display the Remaining Time

Getting Started with 2D Games Using Tkinter (Part x): Display the Remaining Time In this...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 2): Creating the Game Screen

Creating the Game Screen In this article, we will create the game screen using Tkinter’s...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 7): Stopping Sprites with Mouse Clicks

Stopping Sprites with Mouse Clicks In this article, we will implement mouse click...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 4): Creating Sprites

Creating Sprites In this article, we will learn about sprites. In games, objects such as...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 5): Moving Sprites

Moving Sprites In this article, we will focus on sprite movement. We will improve the...

Learn More 0 0Dec 24 '25

Getting Started with 2D Games Using Tkinter (Part 9): Display a Counter

Display a Counter In this article, we will display a counter that shows how many demons...

Learn More 0 0Dec 24 '25

Building a Modern Temperature Converter in Python with Tkinter, Matplotlib, and SV-TTK

In this tutorial, we'll build a fully-featured temperature converter app in Python using Tkinter for...

Learn More 0 0Dec 29 '25

Build a Simple File Explorer in Python with Tkinter – FileMate 🗂️

If you’ve ever wanted to create your own lightweight file explorer using Python, FileMate is a...

Learn More 0 0Dec 29 '25

🚀 FileMate Pro: A Python GUI File Manager with Tkinter

Managing files directly from a GUI in Python doesn’t have to be complicated. Meet FileMate Pro, a...

Learn More 0 0Dec 31 '25

How I Fixed Python's Serial Freezing Issue: A Multi-threaded Tkinter Solution

As automation engineers, we hit a frustrating wall: writing a simple Modbus GUI tool with Tkinter,...

Learn More 0 0Nov 28 '25

Build a Simple File Explorer in Python with Tkinter – FileMate Explorer

📂 Ever wanted a lightweight file explorer built entirely in Python? Meet FileMate Explorer, a...

Learn More 1 0Jan 1

🧮 Building a Modern Statistics Calculator in Python with Tkinter

Python is often praised for its data science ecosystem, but you don’t always need Pandas or NumPy to...

Learn More 0 0Dec 28 '25

🎲 Building DiceForge: A Modern Dice Rolling Simulator with Python & Tkinter

If you’ve ever needed a quick way to roll dice for tabletop games, probability experiments, or just...

Learn More 0 0Jan 5

Build a Rock–Paper–Scissors Mini-Game in Python with Tkinter

In this tutorial, we’ll create a Rock–Paper–Scissors mini-game using Python and Tkinter. The app will...

Learn More 0 0Jan 6

🛡️ Build a Smart Excel Data Cleaner in Python (Step-by-Step)

A beginner-friendly walkthrough of SmartExcelGuardian – a professional Excel data cleaning and...

Learn More 0 0Jan 17

Getting Started with 2D Games Using Tkinter (Part 1): What Are We Going to Build?

What Are We Going to Build? First, let me introduce the game we are going to create in...

Learn More 1 0Dec 24 '25

ClausTk - A Tkinter library for creating New Year's and Christmas-themed interfaces

The New Year is coming soon, and I've decided to create ClausTk—a library that will allow you to...

Learn More 1 0Nov 21 '25

Create Tkinter GUI’s using Tkinter GUI Builder — PyUiBuilder

If your starting out with tkinter, it can be overwhelming without prior understanding of GUIs....

Learn More 12 0Mar 27 '25

Make a GUI app with Python

What is tkinter? Tkinter is Python’s standard GUI (Graphical User Interface)...

Learn More 5 0Sep 4 '25

Python GUI full course — Learn GUI development in 15 mins

So, you want to start learning GUI development in Python so you can actually start seeing your...

Learn More 9 0May 10 '25