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 ...
But suddenly, it’s all looking like spaghetti. Let me introduce you to your new best friend: Frame. It helps you keep your layout neat and organized—just like folders on your desktop.
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 ...
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 ...
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 ...
This quiz question examines your understanding of iterators and generators in Python. It focuses on creating and using generators to produce a sequence of values. You should be able to distinguish ...
Hey there! In this tutorial, I’m going to help you understand how Tkinter event binding works. It’s a cool feature in Tkinter that allows you to connect functions to specific events. Basically, when ...
Hello, Pythonistas🙋‍♀️ welcome back. After exploring how to customize your GUI in CustomTkinter in the previous post, today we are gonna deep dive🏊‍♀️ into the entry widget in CustomTkinter. We will ...
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 ...
To overcome these limitations, we will explore the concept of generators in Python. Generators provide a more Pythonic 🤜🤛 approach to working with iterators, making them easier to use and understand ...
Before we start remember this, you are a programmer👩‍💻, not a mathematician🧐🔢. Hello Pythonistas🙋‍♀️, welcome back. In the last post, we saw comments in Python. Don’t worry😨 if you are not yet ...
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 ...