This is a cryptocurrency app programmed using streamlit library that observes the price of cryptocurrency in real time.
Data Scource: CoinMarketCap.
Credit: Web scraper adapted from the Medium article Web Scraping Crypto Prices With Python written by Bryan Feng.
TO-DO:
- Activate your virtual environment (What is virtual environment?.)
- Make sure you use pip version 20.3.3 (if not, type thin into your terminal: "sudo pip install --update pip")
- Pip / Pip3 install streamlit pandas matplotlib bs4 requests
- Import all of those libraries on your your_file_name.py
- To open the webpage type this in your terminal: "streamlit run your_file_name.py