This tool allows you to track the prices of the top 20 cryptocurrencies in real-time from the command line. It works on both Windows and Linux operating systems.
- Live tracking of top 20 cryptocurrencies
- Market cap, price, 24-hour change, and volume information
- Colorful and organized command-line interface
- Customizable refresh interval
- Python 3.6+
- requests
- tabulate
- colorama
- click
- Install the required packages:
pip install -r requirements.txt
To track cryptoc 6693 urrency prices in real-time:
python crypto_tracker.py live
To adjust the refresh interval (for example, 30 seconds):
python crypto_tracker.py live --interval 30
# or
python crypto_tracker.py live -i 30
To display cryptocurrency prices just once:
python crypto_tracker.py once
This tool uses the CoinGecko API and does not require an API key. However, due to API usage limitations, you should avoid refreshing too frequently.
- To terminate the program:
Ctrl+C