Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.05 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.05 KB

cash converter 0.2

currency converter using latest data from fixer.io

demo

help

Usage: cashconverter [OPTIONS] COMMAND [ARGS]...

  Currency converter using latest data from fixer.io

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  convert
  look     Look for currency code.
  update   Update exchange rate.

examples

$ cashconverter look vietnam
VND (Vietnamese dong)
$ cashconverter look yen
JPY (Japanese yen)
$ cashconverter convert 3142 jpy vnd
3142.00 JPY equals 645667.10 VND

installation

pip install cash-converter-cli

acknowledgement

special thanks to Vijay Mahrra's data of country code.

to do

next version should have

  • come with package
  • svg image
  • use api
  • not use api?
  • custom help
  • update
  • look up for currency code
  • database