Skip to content

1oglop1/currency_convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

#use it as you like :) Functions: non_eur_convert and from_eur_convert - have some duplicated code, looking for option how to avoid this!

Currency Converter, source file fom ECB

positional arguments: Amount to be converted Input currency Output currency(ies), EUR, CZK...

optional arguments: -h, --help show this help message and exit -json generate json output

usage: currency_converter.py [-h] [-json] [ [ ...]] { "input": { "amount": 10.92, "currency": "GBP" }, "output": { "EUR": 14.95, "USD": 17.05, "CZK": 404.82, . . . } }

About

Currency conveter made as training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages