Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 467 Bytes

btc-price

Get the price of bitcoin and insert it into a database and make chart with matplotlib.

requirements

All of packages that you need to use this repository was written in requirements.txt and they will be installed using:

pip install -r requirements.txt

btc-chart

python src/chart.py /path/of/database.db output is a JPEG file like the image below.

btc-chart