Build Nice GUI’s With Python!

Manpreet Singh
2 min readMar 13, 2023

Welcome back! Python is an amazing programming language used by tons of developers, one of my favorite things to do with this language is GUI development, so, let’s take a look at an amazing GUI package you can use with Python! This specific package is called nicegui, and it’s a package that allows us to create web based UI’s! Here is a link to their website if you want to check it out:

You can also check out their GitHub page as well:

This package has a ton of capability inside of it, here are a few things you can do with this framework:

If you want to install it, you can use the following pip command:

python3 -m pip install…

--

--