A currency convertion utility , which can be used to calculate the forex value of te currency.
Install the package with:
pip install currency-converter
from forex-converter import get_currencies,convert
from forex-converter import get_currencies
print(get_currencies)
Example : Convert 200 USD to INR
from forex-converter import convert
print(convert('USD','INR',200))