Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 536 Bytes

Sindarin Translator

A simple English-to-Sindarin (Tolkien Elvish) translator program written in Python.

How to Run

  1. Clone repo
  2. Open terminal and navigate to appropriate directory
  3. Run server.py first
  4. Run client.py
  5. Send message in client program to translate
  6. Type '/quit' to exit program

N.B. API calls limited to 5 per hour (60 per day). Both server and client will exit once API call limit is reached.

Please see Project Outline here for more details about this project.