A simple English-to-Sindarin (Tolkien Elvish) translator program written in Python.
- Clone repo
- Open terminal and navigate to appropriate directory
- Run server.py first
- Run client.py
- Send message in client program to translate
- 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.