Skip to main content

Roman numbers converting library

Project description

romanify

Coveralls Travis CI Latest Version https://img.shields.io/pypi/wheel/romanify.svg https://img.shields.io/pypi/pyversions/romanify.svg https://img.shields.io/pypi/l/romanify.svg

Roman numbers converting library.

Library uses following mapping:

Arabic

Roman

M

1000

CM

900

D

500

CD

400

C

100

XC

90

L

50

XL

40

X

10

IX

9

V

5

IV

4

I

1

Installation

pip install romanify

Command-line usage

romanify 101
> CI

Library usage

from romanify import romanify

print(romanify(101))

Versioning

This software follows Semantic Versioning

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

romanify-0.0.8.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

romanify-0.0.8-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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