Skip to content

iTrixPro/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Dashboard

Implementation of a dashboard in python !

Table of Contents
  1. About The Project
  2. Getting Started
  3. Report
  4. Dev Guide
  5. Members
  6. License
  7. Contact

About The Project

Dashboard around three cryptos which are Bitcoin, Ethereum and litecoin.

Built With

Getting Started

  1. Clone the repo
    git clone https://github.com/iTrixPro/dashboard
  2. 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

Report

rating

  • Bitcoin : ↘
  • Ethereum : ↘
  • Litecoin : ↘

    On the last 7 days, those cryptos lose a lot of their rating. Their price decrease a lot too.

histogram

We can clearly see the supremacy of bitcoin over etherum and litecoin when comparing their prices.

map

It shows us that bitcoin is well known in the world which can explain it's supremacy over ethereum and litecoin.

Dev Guide

  • 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

Members

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/iTrixPro/dashboard

About

Implement a dashboard in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages