Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 830 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 830 Bytes

PDM bearing

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

Open in Streamlit

Run Locally

Requirements

Python 3.6 or newer

Setting up the project locally

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

Tech Stack

Python, and streamlit