An open API service indexing awesome lists of open source software.

https://github.com/downtomarsguy/Silverheit-Converter-Py

Silverheit is a temperature system that I created. This website, made with StreamLit and Python, allows you to convert from and to my temperature scale.
https://github.com/downtomarsguy/Silverheit-Converter-Py

python streamlit

Last synced: 8 months ago
JSON representation

Silverheit is a temperature system that I created. This website, made with StreamLit and Python, allows you to convert from and to my temperature scale.

Awesome Lists containing this project

README

          

# Hosted app

You can find the already hosted app here:

https://silverheit-converter.streamlit.app/

# If you want to self deploy

Clone the repository and run the following commands:

`pip install streamlit`
`streamlit run main.py`

Then open the localhost url provided.