Skip to main content

Library for interacting with roman numerals

Project description

Installing

$ python3 -m pip install Roman-Numerals-Simple

Using

>>> import roman
>>> roman.int_to_roman(947)
'CMXLVII'
>>> roman.roman_to_int('CMXLVII')
947

Command Line

$ python3 -m roman
5377
MMMMMCCCLXXVII
5377 True
$ python3 -m roman 947
947
CMXLVII
947 True

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Roman Numerals Simple-1.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distributions

Roman_Numerals_Simple-1.0.1-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Roman_Numerals_Simple-1.0.1-py2-none-any.whl (3.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page