A simple command-line currency converter written in Python. Convert between different currencies using real-time exchange rates.
- 💱 Convert any amount between major world currencies
- 📊 View current exchange rates
- 🔄 Real-time data from Frankfurter API
- 📱 Simple and intuitive command-line interface
- USD (US Dollar)
- EUR (Euro)
- GBP (British Pound)
- JPY (Japanese Yen)
- CAD (Canadian Dollar)
- AUD (Australian Dollar)
- CHF (Swiss Franc)
- CNY (Chinese Yuan)
- Make sure you have Python installed on your system
- Install the required package:
pip install requests