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: 9 months ago
JSON representation
Python script which takes a string of Remyspeak and translates to human-readable format.
- Host: GitHub
- URL: https://github.com/fossrit/kettlefish
- Owner: FOSSRIT
- Created: 2013-06-25T17:12:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T16:58:25.000Z (over 8 years ago)
- Last Synced: 2025-05-02T08:16:54.239Z (9 months ago)
- Topics: irc, irc-bot, python, rit, rochester, rochester-institute-of-technology, script, university
- Language: Python
- Size: 43.9 KB
- Stars: 9
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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)