This is a simple currency converter program written in Python. It uses the ExchangeRatesAPI.io API to get the latest exchange rates for various currencies.
To run this program, you will need to install the requests module. You can install it using pip:
pip install requests Usage Clone the repository bash cd currency-converter-python Run the program
python currency_converter.py
Enter the base currency (3 letter code): USD Enter the target currency (3 letter code): EUR Enter the amount: 100
1 USD = 0.825 EUR 100 USD = 82.53 EUR
This project is licensed under the MIT License. Feel free to use and modify the code as you see fit.