Welcome to Day Nine of my 21-day project series! Today I have made A Random Wikipedia Article Generator GUI. I am a curious kid so I like to read new stuff that is not based on my past preferences ...
I will make a simple Mini Calculator GUI with Python. I’ll use Customtkinter for this purpose. It would work on clicks only. I haven’t included key binding in this. In case you don’t know this project ...
Welcome to the 200th article on python-hub.com! For this milestone, we’re bringing you something special as part of our Build & Challenge Series—a Real-Time Rock-Paper-Scissors Game in Python. For ...
Since you started programming you might have the desire 🤩 to make your own apps. Designed by you from idea to execution. In this post and the next few posts, we’ll be learning the CustomTkinter ...
Hello, Pythonistas🙋‍♀️, welcome back. Today, we’re gonna be making this awesome modern-looking calculator app 🔢. We will use the customtkinter library for making this calculator app. I strongly ...
Welcome to Project #4 of the Build & Challenge Series! Today, we’re adding a playful twist by making a Mad Libs game in Python. Remember those stories where you fill in random words and end up with ...
Welcome to Day Eight of my 21-day project series! Today, I have made a pretty simple and fun Number-Guessing Game In Python. It is not a GUI, not an AI. Just a simple guessing game. This mini-project ...
Welcome to Day Ten of my 21-day project series! Today I have made for you (and me) Your Own Gallery in Python. It’s a great relief to just scroll through your gallery when you need a break. And when ...
A well-designed and responsive login page is crucial for any Flutter application, ensuring a seamless user experience across different devices. In this guide, we will build a beautiful, responsive ...
But today we are going to reveal how python does memory management… (not just remembering but also forgetting things that are meant to be forgotten🙄) Don’t worry, we’ll be taking it step by step, ...
Python supports majorly 3 types of numbers: integers (0-infinity, and all of them in negative), float (integers along with decimal/fraction numbers), and complex numbers (3+6j). Before we start ...
In this tutorial, we’ll explore how to create and customize a Tkinter window in Python. You’ll learn how to change the window’s title, resize it, set transparency, modify the stacking order, and even ...