I am creating a Tkinter GUI with a side menu today. Something more difficult with elements of object-oriented programming. Let’s see how to implement this code.
Tkinter GUI with Countdown in Python
You will learn how to create a simple Tkinter GUI with a countdown timer.
Frequency and percentage of given letter in the text
You will learn how to calculate the frequency and percentage of a given letter in a text using Python.
GUI with autogenerated triangles
I’ve created a Tkinter script that generates random triangles. And of course I am sharing that with you.
Python code to draw cos(x) using matplotlib
Let’s draw again. This time we will use a matplotlib and numpy to get python cos(x) graph.
Calculate age from date of birth in Python
I’ll show you how to calculate your age in years, months, and days using Python. The script will ask for the day, month, and year of your birth, and it will output your exact age. With a few simple adjustments, this script can also be used for other datetime calculations.
Here’s how to draw a hyperbola
Let’s draw using tkinter. Hyperbola is my choice!
Draw random stars using turtle
Enjoy creating random objects with Python. Now, let’s have some fun drawing stars in various positions and colors.
Tkinter GUI to fetch data
Here is the basic Tkinter GUI which fetches data.