Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fossrit/kettlefish

Python script which takes a string of Remyspeak and translates to human-readable format.
https://github.com/fossrit/kettlefish

irc irc-bot python rit rochester rochester-institute-of-technology script university

Last synced: 1 day ago
JSON representation

Python script which takes a string of Remyspeak and translates to human-readable format.

Awesome Lists containing this project

README

        

kettlefish
==========

Python script which takes a string of Remyspeak and translates to
human-readable format.

Usage
-----

Translate some Remyspeak::

./kettlefish.py wat

Translate Remyspeak with characters like ``'`` and ``?``::

./kettlefish.py "What kind of cycles do you have?"

Translate without displaying the ACSII Remy head::

# Can use -n or --nohead option.
./kettlefish.py Fuck this. -n

Translate with text-to-speech via espeak::

# Can use -s or --speak option.
./kettlefish.py wat -s

License
-------

AGPL

Contributors
------------

- David Gay (oddshocks)

- Ralph Bean (threebean)

- Luke Macken (lmacken)

- Nate Case (Qalthos)