Skip to content

lukassup/libroman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libroman

image

libroman is a Python package which is used to convert Roman numerals to integers and vice versa.

Installation

Supported versions of Python are: 2.7, 3.3, 3.4, and 3.5. The recommended way to install this package is via pip.

$ git clone https://github.com/lukassup/libroman.git
$ pip install ./libroman

For instructions on installing python and pip see "The Hitchhiker's Guide to Python" Installation Guides.

Usage

from libroman import Roman

Roman(999) == Roman('CDXIV')