Skip to content

EdexCode/coinconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoinConverter

How To Use

from coinconverter import convert

amount = "10"
from_currency = "USD"
to_currency = "PHP"

print(convert(amount, from_currency, to_currency))

Output:

588.70

About

Real-time currency converter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages