The currency tracker app converts a certain amount from one currency to another. https://exchangeratesapi.io/ is used to retreive exchange rates
pip install virtualenv
virtualenv env
linux: source env/bin/activate
windows: env\Scripts\activate
pip install -r requirements
API does not provide data for weekends.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details