0 purchases
romanify 0.0.8
romanify
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.