The Cryptocurrency Tracker is a Python-based application that allows users to search for cryptocurrency market information.
The application uses the CoinGecko API to retrieve real-time cryptocurrency data and displays important information about the selected cryptocurrency.
- Faith
- Lizzy
- Lawrence
This project uses the COINGECKO API to retrieve cryptocurrency market information.
The application retrieves information such as:
- Cryptocurrency name
- Symbol
- Current price
- Market capitalization
- 24-hour price change
- Search for cryptocurrencies
- Display cryptocurrency information
- Display current cryptocurrency price
- Display cryptocurrency symbol
- Display market capitalization
- Display 24-hour price change
- Handle invalid cryptocurrency searches
- Handle API and network errors
- Allow users to perform multiple searches
- Exit the application through the menu
- Python
- Requests
- CoinGecko API
Crypto-Tracker-Project/
│
├── api.py
├── main.py
├── utils.py
├── requirements.txt
├── README.md
└── .gitignore