/exchange_rate

Plot the value of different Countries currency per USD historically.

Primary LanguagePythonMIT LicenseMIT

exchange_rate

Modules Required :

-pandas
-matplotlib
-sys

It plots the rate of different Countries currency per USD historically.

USAGE :

In Terminal :
python3 exchange_rat.py (path of saved csv file) (path to save plotted graph)

NOTE :
use '/' to give filepath in windows OS.