After yesterday, my today’s goal was very simple. I wanted to create a simple working scraper that gets the data from web pages. Today’s target: From Sitemaps, get career and about pages (links) and ...
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 ...
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.
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 ...
No code written yet—spent the hour planning HuntKit‘s architecture. And honestly? I almost made a huge mistake.
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 ...
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.
Install and Import Matplotlib’s pyplot module Then create a list of data, a list of labels, and a list of colors Now plot the values using the pie method. Provide this chart: a title and then using ...
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 ...