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 ...
For this website, I constantly need to upscale the images I have. But going to other websites and upscaling my images raises a question about that data’s privacy.
If you share this odd but fun habit, you’re in for a treat! Today, we’re going to build a random name generator in Python.
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 ...
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 ...
So far we have seen labels, buttons, images, etc in Python’s built-in toolkit Tkinter. With any of the widgets, we were using a method called pack(). And if you are like me you would love to explore ...
Tomorrow, we’ll build a full Rich Text Editor with bold, italic, font styles, colors, links—you name it. But first, let’s master the basics.
Ever wanted to build your own Flappy Bird game? Well, buckle up because we’re about to do just that—from setting up the project to making that little bird flap its wings and dodge pipes like a pro. No ...
Debugging can truly get on your nerves at times. But that’s part of our job—sometimes more than actual coding itself. Imagine writing a prime number checker, only to find out it’s identifying ...
Hello, Pythonistas Welcome Back. Today we will see how to make a fully functional modern segmented button in CustomTkinter. We will use the CTkSegmentedButton Widget. Like any other widget in CTk, it ...
Hello, Pythonistas Welcome Back. Today we will see how to make a fully functional modern Text Box in CustomTkinter. We will use the CTkTextbox Widget. This is how you can make a simple Text Box in ...