Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fossrit/kettlefish
- Owner: FOSSRIT
- Created: 2013-06-25T17:12:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T16:58:25.000Z (over 7 years ago)
- Last Synced: 2023-03-12T10:12:17.094Z (over 1 year 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: 0
-
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. -nTranslate with text-to-speech via espeak::
# Can use -s or --speak option.
./kettlefish.py wat -sLicense
-------AGPL
Contributors
------------- David Gay (oddshocks)
- Ralph Bean (threebean)
- Luke Macken (lmacken)
- Nate Case (Qalthos)