Built By Wangui Njoka
Command line Application that takes in currency (using ISO 4217 code) as an argument and displays whether or not the currency is supported in the application.
- python3
- In your terminal:
$ git clone https://github.com/wanguinjoka/currency_checker
$ cd currency_checker
$ python cyckr.py USD - (this is the input currency code using
ISO 4217 example)
& python cyckr.py --help
MIT ©2019