python-serpente

Roman numeral encoder and decoder
Download

python-serpente Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jeremy Carbaugh

python-serpente Tags


python-serpente Description

Roman numeral encoder and decoder python-serpente is a Python library that can be used for Roman numeral conversions.Installation: python setup.py installUsage: >>> import serpente >>> serpente.encode(1234) u'MCCXXXIV' >>> serpente.decode(u'MCCXXXIV') 1234 Requirements: · Python


python-serpente Related Software