Home > python > Roman numbers to decimal

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 Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment