A simple, interactive currency converter built with Python. This project allows users to convert amounts between different currencies using up-to-date exchange rates, making it easy to perform quick conversions from the command line.
- Convert between major world currencies (USD, EUR, GBP, JPY, etc.)
- Fetches real-time exchange rates (using an API or up-to-date data)
- User-friendly command-line interface
- Error handling for invalid amounts or currency codes
- Easily extensible for adding more currencies
- Clone the repository:
git clone https://github.com/EriThinMyat/Currency-Converter-with-Python.git cd Currency-Converter-with-Python