Streamlit is the easiest way you can put your python scripts on the internet. It's a very simple and easy to use python module that you can add to any existing python script to create a web interface for it.
I show a demo of a crypto coin price checker application I made and also show how to build an application to get some data that a user has entered. For this we use TinyDB to store the data.
Possibilities for this are endless but I find the most use from it by making front-ends to my scripts for non technical people to use.
Streamlit: https://streamlit.io/
TinyDB: https://tinydb.readthedocs.io/en/late...
---
Website: https://mark.mcnally.je