A simple tool to convert currencies powered by CurrencyConverterAPI
Need to edit the currency_converter.config
and add a generated API_KEY
from CurrencyConverterAPI.
python -m pip install -r requirements.txt
python currency_converter.py -f /path/to/file
The file should be in the following format:
SRC_CURRENCY
TARGET_CURRENCY
value-1
...
value-N
For example:
USD
EUR
12
50
120
400