Skip to content

accubits/currency-converter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text <>

Forex Converter

A currency convertion utility , which can be used to calculate the forex value of te currency.

Installation

Install the package with:

pip install currency-converter

USAGE

from forex-converter import get_currencies,convert

Get Available currencies

from forex-converter import get_currencies

print(get_currencies)


Conversions

Example : Convert 200 USD to INR

from forex-converter import convert

print(convert('USD','INR',200))


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages