A simple Python tool that fetches real-time cryptocurrency prices from the CoinGecko API.
Great for anyone interested in FinTech, Blockchain, and APIs.
π Note: This project was started in November 2023 and completed locally by January 2024.
Later uploaded to GitHub for sharing and documentation.
- Fetches live prices of Bitcoin, Ethereum, and Dogecoin.
- Easy to extend for more coins or other currencies.
- Lightweight and beginner-friendly.
Clone the repository and install requirements:
git clone https://github.com/MEDAMINE3/crypto-price-tracker.git
cd crypto-price-tracker
pip install -r requirements.txt