Project description
Roman numeral conversion. Supports Python 3.8 to 3.12.
Usage
>>> import serpente
>>> serpente.encode(1234)
'MCCXXXIV'
>>> serpente.decode("MCCXXXIV")
1234
Download files
Download the file for your platform. If you’re not sure which to choose, learn more about installing packages.