Skip to content

Kei-Eff/sindarin-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.