Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.05 KB

Forex-excahnge

Social Banner

Forex_Exchange_PyQT5

A PyQT5 Application that displays currency rates and historical rates using Matplotlib

Getting Started

This application is built using Python 3.7 interpreter. See installation section and packages for list of requirements that are needed

Prerequisites

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.

Deployment

To deploy this application, simply clone this repository and install packages that are contained in the pre-requisite section and run!

License

This project is licensed under the MIT License - see the LICENSE.md file for details