Skip to content

jcarbaugh/python-serpente

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-serpente

Roman numeral conversion. Supports Python 3.8 to 3.12.

main branch CI badge

Usage

>>> import serpente
>>> serpente.encode(1234)
'MCCXXXIV'
>>> serpente.decode("MCCXXXIV")
1234

About

Roman numeral encoder and decoder

Topics

Resources

License

Stars

Watchers

Forks

Languages