Skip to content

A Python package to convert currency or get exchange rate.

License

Notifications You must be signed in to change notification settings

jie17/PyCurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCurrency

A Python package to convert currency or get exchange rate.

PyPI version

Usage

Installation

pip install currency-calculator

Get exchange rate

>>> import currency_calculator
>>> currency_calculator.get("USD", "CNY")
6.5772
>>> currency_calculator.get("USDCNY")
6.5772

Convert currency

>>> import currency_calculator
>>> currency_calculator.convert("1.0USD", "CNY")
6.5772

About

A Python package to convert currency or get exchange rate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages