Compare commits

...

2 Commits

Author SHA1 Message Date
89636040c6 Merge branch 'master' of dominik.roth.ml:dodox/meuro 2021-10-30 18:21:33 +02:00
201c112184 Fixed README typo 2021-10-30 18:21:09 +02:00

View File

@ -21,9 +21,9 @@ You probably want to use this tool using the cli-interface which tries to unders
#### ./meuro.py 1000 meur 2055
#### ./meuro.py 3.14E 01.02.2003 12:34
### For best Results:
To reference the currencies use €, eur, euro, e, E, or µ, meu, meuro, m, M;
To reference the currencies use €, eur, euro, e, E or µ, meu, meur, meuro, m, M.
Currencies should be an integer or have 2 digits after the point (.).
Dates should always be dd.mm.YYYY or dd.mm.yy
Dates should always be dd.mm.YYYY or dd.mm.yy.
If no date is supplied (or understood) the current date is used.
## Python-API
You can also import this libary from another python file