Skip to main content

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.

  1. Install rlyehian
    $ pip install rlyehian
    

If you want to use the projects version of the translator, do the following:

  1. 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:

  1. 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()
    
  2. 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

License

Licensed under the MIT License

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

rlyehian-0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

rlyehian-0.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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