Currency Converter is a Python-based project that allows users to convert between different currencies, retrieve exchange rates, and list available currencies. It provides a simple and intuitive interface for performing currency conversions, making it easy for users to understand and use.
Clone the repository by running the following command inside a terminal
git clone https://github.com/IngaPosiunaite/Currency-Converter.git
Then within the folder, run
main.py
- Implemented a currency converter with Python, utilizing external APIs to fetch real-time exchange rates.
- Developed functionality to convert between different currencies and retrieve exchange rates.
- Incorporated error handling to ensure smooth user experience during currency conversion.