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.
- Host: GitHub
- URL: https://github.com/downtomarsguy/Silverheit-Converter-Py
- Owner: deitysilver
- Created: 2024-09-16T18:31:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:17:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T23:41:50.777Z (over 1 year ago)
- Topics: python, streamlit
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.