CryptoTracker is a simple Python application to track the current prices of specified cryptocurrencies using an API.
- Fetches real-time prices of specified cryptocurrencies.
- Displays the prices in a user-friendly format.
-
Clone the repository:
git clone https://github.com/YOUR_USERNAME/CryptoTracker.git cd CryptoTracker -
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python crypto_tracker.py
- Python 3.x
requestslibrary
This project is licensed under the MIT License.