Build beautiful GUI’s with Python!

Manpreet Singh
4 min readMay 30, 2021

Welcome back! building GUI’s in Python is one of my favorite things to do, whether it’s a basic page to display some text all the way to building full fledge applications used at companies, Python can be used to develop those and everything in between. Tkinter is one of the most popular packages that allows you to build out GUI’s with Python, the Tkinter Designer package builds off this package by adding the Figma API to develop better looking GUI’s! Check out their Github page down below for all of the details:

Also check out a few of their sample projects built out with this method:

Now let’s go ahead and walk through this process!

Building The GUI

Installing TkInter Designer is a fairly easy process, all you have to do is clone the Github repo:

git clone https://github.com/ParthJadhav/Tkinter-Designer

--

--