Make Quick GUI’s With Python!

Manpreet Singh
2 min readJul 12, 2023

Welcome back! Python is one of the best programming languages to use, so, let’s take a look at one of the coolest ways to make GUI’s quickly with this language! This specific method is by using the Gradio package! If you want to jump straight to this package, you can check out their GitHub page below:

This specific package allows us to create UI’s for our machine learning models in minutes! Here are some of the examples of different UI elements created within this package:

If you want to start using this package, you can use the following pip command to get started:

--

--