A simple web-based currency converter built with Python Flask and the free Exchange Rate API.
- Convert between different currencies using real-time exchange rates
- User-friendly web interface accessible via browser
- Automatically opens browser on app start
- Uses open.er-api.com (no API key required)
- Python 3.6+
- Flask
- Requests
- Clone or download this repository.
- Install dependencies:
pip install flask requests