Build GUI’s In Python Using StreamLit

Manpreet Singh
6 min readFeb 7, 2021

There are many different ways to build a GUI (front end) in Python, but one of my favorite apps is Streamlit! It allows you to build web apps using pretty much nothing except Python, the apps have a lot of functionality with modern visuals, so let’s get started!

Installation

First off, we will need to install Streamlit, in order to do so we can use pip install, if…

--

--