From c7a9b78e73b1df0018639eb87936cfa89727d082 Mon Sep 17 00:00:00 2001 From: Ting-Jun Wang Date: Fri, 23 Apr 2021 21:39:28 +0800 Subject: [PATCH] docs: Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..508701c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# GoogleTranslate-TUI + +Google Translate client on your console (Unofficial) + +## Warning + +It use Google Translate's API(free), so it may not work when you send too many requests. + +It just a practice for npyscreen, this respository may not update any more. + +## Usage + +`python main.py` + +## Controls + +- Send Request: `ALT + ENTER` +- Delete all input: `CTRL + D` +- Exit: `Ctrl + Q` \ No newline at end of file