Category Tkinter

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

Hello there learner! Today we are going to build a GUI application, Age Calculator using Python Tkinter. Let us begin! The name of the application says everything that the application will be doing so let’s get right to building the…

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…

Tkinter Checkbox: An Easy Reference

Tkinter Checkbox

A tkinter checkbox can be created using the tkinter checkbutton widget. It allow users to select multiple options or choices from a number of different options. They are different from a radio button because in a radio button users can…