A simple Python CLI that fetches live crypto prices using the CoinGecko API.
- Fetches current price for Bitcoin, Ethereum, and many other coins
- CLI-based (run from terminal)
- Uses free CoinGecko API
pip install -r requirements.txt
python crypto_tracker.py bitcoin
# Bitcoin price: $27000
python crypto_tracker.py ethereum
# Ethereum price: $1800