A PyQT5 Application that displays currency rates and historical rates using Matplotlib
This application is built using Python 3.7 interpreter. See installation section and packages for list of requirements that are needed
The following packages are required for running this application
- PyQt5
- datetime
- dateutil
- matplot lib
- numpy
Installation of above packages can be installed through Pip via the command until all packages have been installed
pip install PyQt5
You also need to obtain an API key from open exchange rates and alpha vantage. This can be done by visiting their website and obtaining a FREE API key.
To deploy this application, simply clone this repository and install packages that are contained in the pre-requisite section and run!
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks Youtube for all the hard work, you da real MVP