Roman numbers to decimal
Problem
You want to convert Roman numbers to decimal and decimal numbers to Roman numbers.
Solution
I found a module for this task called romanclass (http://pypi.python.org/pypi/romanclass).
I wrote a simple wrapper around it, available here.
Categories: python
conversion, decimal, roman numbers
Comments (0)
Trackbacks (0)
Leave a comment
Trackback

You must be logged in to post a comment.