News

GitHub is an extremely popular platform in the open source world, and as such is under a constant barrage of attacks. This ...
A new cybersecurity campaign has exposed 67 trojanized GitHub repositories, targeting gamers and developers with malicious Python tools.
a Random Password Generator in Python using CustomTkinter Do you often find yourself using passwords like “123abc,” your name, or even your pet’s name? If so, you’re unintentionally making things ...
Hello, Pythonistas Welcome Back. Today we will see how to make a modern Label in CustomTkinter. We will use the CTkLabel Widget. Like any other widget in CTk, it is first created and then it is pushed ...
Hey Tom, I found a way you can use to create a program that uses customtkinter in --one-file mode using pyinstaller. The solution is by inserting this piece of code at the beginning of the python f ...
Hello, I am wondering if it is possible to use CustomTkinter for single bundled .exe files? I have tried using the instructions here, but I can't seem to find a way to get my python script into a s ...