News

Today, I learned something that completely flipped my perspective on writing code. In my Data Structures and Algorithms (DSA) class, the first thing we discussed was this: “Sometimes, 100 lines of ...
This is how you can make a simple progress bar in CustomTkinter (or CTk) using CTkProgressBar. Like any other widget in CTk, a button is first created and then it is pushed to the window. It takes a ...