A New Way To Build GUI’s With Python!

Manpreet Singh
2 min readJul 15, 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 an awesome new way to build GUI’s with Python! This specific package is called htag, luckily for us, this toolkit is hosted on GitHub:

This library allows us to create UI’s which can be rendered in html/js/and css! You can even use this to develop an Android apk file as well! Here are some of the things that can be built with this:

If this looks good to you, all you have to do is use the following commands:

$ pip3 install htag pywebview

--

--