By using this projects, we can convert two currencies to each other with a given amount.
First you need to install requests module by using the command:
pip install requests
Then you should sign up for free for an api key in APILAYER.
Once you got the api key, you should set it as an environment variable using this in bash commandline:
export APILAYER_KEY="YOUR API KEY"
Then you can run the program:
python converter.py
Share your ideas with me! Any contribution would be appreciated!