Category Tkinter

Python Tkinter: Simple Savings Calculator

Featured Img Salary Calculator

Hello learner! Today let’s use the Python Tkinter module to build a plain, GUI savings calculator. The application takes on the salary of a person along with some expenditures such as travel, food and miscellaneous.The application will then determine the…

Python Tkinter: Random Movie Suggestions

Featured Img Random Movie Suggester

Hey guys! Today in this tutorial we are going to build a simple GUI random movie suggestions app using Python tkinter. 1. Data Preparation To obtain a large dataset containing a lot of movie names we make use of kaggle.…

Python Tkinter: GUI Age Calculator

I keep coming back to Tkinter when I need to build quick GUI tools in Python. The standard library ships with everything you need, and for something like an age calculator, you do not need anything more. Let me walk…

Python Tkinter: Celsius to Fahrenheit Converter

Feature Img Celsius 2 Fahrenheit

Hello fellow programmer! Today we are going to build our own application to convert Celsius to Fahrenheit using Python tkinter. Building a Celsius to Fahrenheit Converter using Tkinter The topic is self explanatory, hence we directly move to the implementation…

Python Tkinter: A Simple Email Slicer

Email Slicer Feature Image

Hello learner! Today we are going to build a simple Email Slicer using the tkinter module in Python. Before we begin the project let us know what an Email Slicer is. What is an Email Slicer? Email Slicer is a…

Menu and MenuButton using Tkinter

Menu Bar Using Tkinter

In this article, we will be talking about creating menu bar and menu button using Python and Tkinter. I will walk you through this article with an example. What is a Menubar? As we all must have used earlier in…

Tkinter Frame and Label: An easy reference

Tkinter Frame And Label

In this article, we’ll talk about the Tkinter Frame and Label widgets. Let’s Talk About the Tkinter Frame and Label Widgets We’ll go over both the widgets one by one to understand the fundamentals What is a Tkinter Frame? A…