Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 695 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 695 Bytes

#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, . . . } }