Skip to content

A simple command-line program to convert one currency into another.

Notifications You must be signed in to change notification settings

tapani-io/convertcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convertcoin

A simple command-line tool to convert one currency into another.

The program uses ExchangeRate.host API to fetch conversion rates. Currently it supports 171 currencies.

Usage

python3 convertcoin.py --from USD --to EUR --amount 12.34 --date 2020-12-24

NOTE: You can leave amount and date empty. Then the program will use 1 as amount and the date of today.

About

A simple command-line program to convert one currency into another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages