Skip to main content

En/decoder for: leet, morse, roman

Project description

https://img.shields.io/travis/myyang/leetehao.svg

Features

  • Convert/inverse leet code

  • Convert/inverse morse code

  • Convert/inverse roman code

Examples

Morse

>>> from leetehao import morse
>>> morse.encode('hello world')
'.... . .-.. .-.. --- / .-- --- .-. .-.. -..'
>>> morse.encode('.... . .-.. .-.. --- / .-- --- .-. .-.. -..')
'HELLO WORLD'

Leet

>>> from leetehao import leet
>>> leet.encode('hello world')
'}{[-[_[_()  vv()[z[_|)'
>>> leet.encode('}{[-[_[_()  vv()[z[_|)')
'HELLO WORLD'

Roman numerals

>>> from leetehao import roman
>>> roman.encode(2549)
'MMDXLIX'
>>> roman.encode('MMDXLIX')
2549

License

  • Free software: BSD license

History

0.1.0 (2015-09-21)

  • Added Leet and Morse both function and class type

  • Added limited Roman function

  • Collect and made constants overwritable

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

leetehao-0.1.1.tar.gz (12.9 kB view hashes)

Uploaded Source

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