A python command line application for displaying crypto prices in real-time.
- download the latest Python install (https://www.python.org/downloads/)
- install python (make sure to enable PATH variable in install)
- download this repo as a ZIP and extract cgcryptrack.py
- run the following commands in the directory with the python script to install dependencies:
python -m pip install prettytable
pip install pycoingecko
- run the script with
python cgcryptrack.py
or double click the file.
- update the usd_coins (for USD pricing) or php_coins (for PHP Pricing) dictionaries with the following format
"TICKER" : "name-on-coingecko"
- to find any token's name, use the coingecko url of the coin