Python app to translate T9 text.
- Latin to T9 translation
- T9 to Latin translation
- Works without Internet
Clone the repo or use GitHub download function and run:
python3 main.py
- If you are on Windows 8.1+ you can use the executable file.
- For .py file run
pip install -r requirements.txt
- If you enter string like
222 222
or22222
the code will error. - Only use A-Z or 1-9.
- Do not mix numbers with letters.
Have you found a bug or want to suggest some idea? Create a issue or contribute.
If you want to contribute create a pull request which I will review and add (if everything is allright and i like it)