romanim

Converts Roman numerals to what you understand without a blink


Need help? Read 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

License

MIT

Author: bichanna

Latest versions: 0.1.0

Licence: MIT

Project website

Docs