This is a python script which can perform multiple tasks on currencies. It allows you to do the following
- Know the real time currency exchange rates of 32 different currencies
- Get real-time conversion betweeen avalable 32 currencies
- Get symbols of currencies
- Get currency names from the currency code
I have used the following to make this project
- Python
- Forex-python module
we need to install forex-python module to get started
pip install forex-python
Kodali Bhuvan SriHarsha