Fixed README typo
This commit is contained in:
parent
178f1a169d
commit
201c112184
@ -10,7 +10,7 @@ To fix this issue, I present:
|
||||
Meuro's worth is equivalent to that of the euro on January 1st 2001 00:00 GMT.
|
||||
(Yes, thats 2001 and not 2000 because the first millenium started in the year 1 and so the third one started in 2001. I do realize that this is stupid, but that's not my fault and all the people that celebrated the beginning of the new century at silvester 2000 should technically have waited another year.)
|
||||
## This repo
|
||||
What you find in this repo is a small python-libary that connects to the ecb to get historic inflation-data and computes the conversion-factor between € and µ for any given date after Jan 1st 2001 (cli-interface only orks before Jan 1st 10000).
|
||||
What you find in this repo is a small python-libary that connects to the ecb to get historic inflation-data and computes the conversion-factor between € and µ for any given date after Jan 1st 2001 (cli-interface only works before Jan 1st 10000).
|
||||
## Usage
|
||||
You probably want to use this tool using the cli-interface which tries to understand requests in human language.
|
||||
### Examples:
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user