Simple ways to make GUI’s with Python

Manpreet Singh
3 min readSep 18, 2021

Welcome back! As most of you know, Python is an insanely powerful language with a lot of capability, one of my favorite things to do with Python is building out front-ends (GUI’s), so let’s talk about some of the best packages for GUI development. First of all, you want to make sure you have Python installed on your machine, if not, use the following tutorial to install Python:

Let’s take a look at some of these packages!

TKinter + ttk

Another awesome way to make GUI’s with Python is with the Tkinter package, but we can also use the ttk package to add a bit more capability. Now, TKinter is one of the most popular Python packages for GUI development, it’s been around for a while, and there are many tutorials for this package. Ttk adds to Tkinter, mostly for adding more visual capability to TKinter, if you want to learn more about Tkinter, check out the link below:

--

--

Manpreet Singh
Manpreet Singh

Responses (1)