Translate to the language of the "old ones" with the serpent's tong in the digital world.
Project description
Rlyehian
Translate to the language of the "old ones" with the serpent's tong in the digital world.
Inspired by H.P. Lovecraft
Using the digital serpent's package, you can translate english to the language of the "old ones"
Spread a̶͙̓̓̓͛̿̓͘ḯ̵̡̲̟̼͎̩͉̬̙̈̀͆͜m̴̨̺̖͇͔̝̤̖͊̏̌̅̔̿͜͜͝ģ̶̺͚̬̣̣̜͉̃̒͜ŗ̷͖͇͖̘͍̹̳̈̑͐͌̇̆͘͜͝ͅ'̴̢͉͎͇͔̬̖̽̈̕͜ļ̷̛̥̹̰͎̤͉̫̱̗͗̈́͗͆̾͒̄̅͠ű̸̖̼͇̏̈́̉̊̌̃̕ḩ̷̧̲̬͔̉ͅ
Getting Started
Follow the scripture below to begin to transcribe into the words of the "old ones".
Installations
Install the following Serpent dependencies.
- Install rlyehian
$ pip install rlyehian
If you want to use the projects version of the translator, do the following:
- Install the Python dependencies:
pip install -r requirements.txt
Usage
Sample Translation Code
Below is a code sample on how to translate english to R'lyehian:
- Place the following in a python file
import rlyehian, argparse, os def main(): parser = argparse.ArgumentParser(description='Rlyehian Translator. Speak the language of the old ones.') parser.add_argument('-t', '--text', help='Text to Translate', required=True) args = vars(parser.parse_args()) text = args['text'] ahahog_compendium() text = ainghft(text) print(text) if __name__ == "__main__":`` main()
- Run the following command
$ python test.py -t "I pray to the mother of skin"
Current Development
9/7/18 - Simple translation with no checks for word typing. Only translating in English at the moment.
Built With
- Python 3.6
Author
- Jimmy Le - Jldevops
License
Licensed under the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file rlyehian-0.3-py3-none-any.whl
.
File metadata
- Download URL: rlyehian-0.3-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ff0b39d3e67776c951434c7820c3c5d74f77d3d4f9594e2fdd659646477bb55 |
|
MD5 | a1732e7ecc4b7ef8cc9c21da15006aa0 |
|
BLAKE2b-256 | 19030af41a2cbe1a80d634c690766d61aded17c10c304151a74066d2c809b277 |