python-roman

Module for generating/analyzing Roman numerals for Python 2
  https://pypi.python.org/pypi/roman/
  1
  1 review



This module converts from and to Roman numerals. It can convert numbers from 1 to 4999 and understands the common shortcuts (IX == 9), but not illegal ones (MIM == 1999).

This package includes Python 2 modules.
Latest reviews
4
blueXrider 12 years ago

quite nice