Skip to content

Latest commit

 

History

History

Currency_Converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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