mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
cdaa837fe4
* Added Cryptocurrency prices * Update README.md
14 lines
226 B
Markdown
14 lines
226 B
Markdown
## Cryptocurrency Prices
|
|
|
|
This programme gets the live price of cryptocurrencies.
|
|
|
|
## Requirements
|
|
|
|
Install the required libraries:
|
|
|
|
$ pip install -r requirements.txt
|
|
|
|
After that run with:
|
|
|
|
$ python cryptocurrency-prices.py
|