Skip to content

bichanna/romanim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converts Roman numerals to what you understand without a blink

Topics

Resources

License

Stars

Watchers

Forks

Languages