Currency Converter

Using the script
  • Arguments
    python currency_converter.py --f <from> --t <to> --amount <amount>
    
    Eg:
    python currency_converter.py --f USD --t INR --amount 28
    

Note: Add your access key in the script before using