A simple Python-based currency converter that fetches real-time exchange rates using the Frankfurter API.
- Convert any amount between supported currencies
- Uses live exchange rates from the European Central Bank
- Displays conversion result and exact rate used
- Runs in terminal (Kali, Linux, macOS, Windows)
- Python 3.x
requestslibrary
Install the required module:
pip install requests