python-20 / CurrencyTracker

Currency Tracker
GNU General Public License v3.0
1 stars 1 forks source link

Currency Tracker Project

The currency tracker app converts a certain amount from one currency to another. https://exchangeratesapi.io/ is used to retreive exchange rates

Getting Started

activate virtual environment

pip install virtualenv
virtualenv env
linux: source env/bin/activate
windows: env\Scripts\activate 

install dependencies

pip install -r requirements

Limitations

API does not provide data for weekends.

Built With

Contributing

Authors

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details

Acknowledgments