A manual for getting started with streamlit with a fun dogecoin calculator.
Videoseries(in norwegian):
Part 1: https://www.youtube.com/watch?v=KpJ6VMMu7Ik&t=502s
Part 2: https://www.youtube.com/watch?v=yZvUvWIW5pk
Python 3.6 or newer
Clone the project
git clone https://github.com/Eik-Lab/dogecoin_calculator.git
Go to the project directory
cd dogecoin_calculator
Install dependencies
pip install -r requirements.txt
To run the streamlit app, the command is:
streamlit run app.py
Python, and streamlit