highfestiva / currency_conv

Minimal currency converter for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currency_conv.py

Minimal currency converter using ECB data (updated regularly):

from currency_conv import convert
assert convert(1, 'USD', 'NOK') < 10
assert convert(10, 'DKK', 'EUR') < 2

40 LoC for your pleasure, just copy-paste it into your project and BAM!

About

Minimal currency converter for Python


Languages

Language:Python 100.0%