News

Text autocompletion provides relevant real-time results to users. Because tkinter does not provide a widget for adding autocompletion to GUIs out of the box, I decided to make one myself. This utility ...
Python Diary App using tkinter GUI A python diary desktop application A fun diary application written in python using the tkinter GUI module. Meant to be as simple as possible to show how easy it is ...
Hey there! So, you’re working with Tkinter Ttk widgets, and you want to tweak some options like text, images, fonts, whatever, right? Well, good news—it’s easy! There are three ways to do it, and I’ll ...
Another top Python library for GUI is Tkinter, which is an open-source Python Graphic User Interface library. It is well known for its simplicity and comes pre-installed in Python, meaning there is no ...