Member-only story

Popular Libraries used in Python for UI Development

Jesse L
3 min readSep 24, 2021

--

Hi everyone, welcome back. There are many Python libraries that are available to use to help easily create user interfaces. Some libraries may add new components or allow developers so create charts and graphs. Some libraries can also be used for easier customization such as colors and text. Libraries mentioned in this article will all be popular free open source software that anyone can use!

PyQT

Our first library is PyQT. PyQT offers a variety of new features and uses that can be used within your project such as database support and networking support, but for this we will briefly go over PyQT’s GUI capabilities. The QtGui module is provided within the PyQT library and includes various GUI related classes that can be used as UI components. Some included components are buttons, dialogs, boxes, and status bars. There are also features regarding colors, text fonts, and UI layout. Overall PyQT is a great resource for many reasons including for UI purposes. Read more about PyQT here.

Tkinter

Tkinter is the standard tool used to created GUI’s in Python. Tkinter is a toolkit included and built-in with Python, making it a popular choice and easy to use. Tkinter includes various components including buttons, labels, and textfields. There are also attributes that can be customized…

--

--

Jesse L
Jesse L

Written by Jesse L

Hi, I'm a passionate technology enthusiast and lifelong learner. Beyond my technical pursuits, I'm also passionate about sharing my enthusiasm with others.

No responses yet