Implementation of a dashboard in python !
Table of Contents
Dashboard around three cryptos which are Bitcoin, Ethereum and litecoin.
- Clone the repo
git clone https://github.com/iTrixPro/dashboard
- Install modules
pip install dash pip install dash-bootstrap-components pip install geopy pip install pytrends pip install dash_leaflet pip install plotly pip install pandas pip install json pip install numpy
- Bitcoin : ↘
- Ethereum : ↘
- Litecoin : ↘
On the last 7 days, those cryptos lose a lot of their rating. Their price decrease a lot too.
We can clearly see the supremacy of bitcoin over etherum and litecoin when comparing their prices.
It shows us that bitcoin is well known in the world which can explain it's supremacy over ethereum and litecoin.
- assets/ : contains all static elements such as pictures ...
- models/ : contains all class, files used to handle data
- utils/ : contains all files with useful functions to not repeate yourself in the code
- views/ : contains the different views to show on the page (only contain home view for this version)
- app.py : heart of the program
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/iTrixPro/dashboard