Member-only story

One Of The Best Ways To Build GUI’s With Python

Manpreet Singh
2 min readMay 9, 2022

--

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at one of the best ways you can develop GUI’s with Python, this specific method is by using Tkinter and the CustomTkinter package as well! Now, Tkinter is one of the most popular GUI packages for Python, but the biggest issue with Tkinter is the look of some of the GUI’s, you can always customize it to your liking, but that requires a ton of work upfront, here are some GUI’s that were built with Tkinter:

They’re definitely functional, but may not look the best, this is where the CustomTkinter package comes in, this package will allow us to gain a more modern design to…

--

--

Manpreet Singh
Manpreet Singh

Responses (2)