mirror of
https://github.com/bichanna/romanim
synced 2026-01-15 04:41:47 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
| romanim.nimble | ||
romanim
- Converts Roman numerals to what you understand without a blink.
- Converts what you understand without a blink to Roman numerals.
Installation
$ nimble install romanim
Usage
Add romanim to your dependencies:
requires "romanim >= 0.1.0"
And use it!
import romanim
echo int2roman(2022) # MMXXII
echo roman2int("XVI") # 16
echo isRoman("MV") # true