https://github.com/hopto-dot/google-translate-input-client
A fully reverse-engineered client for google's drawing input tools.
https://github.com/hopto-dot/google-translate-input-client
drawing-input google-translate japanese ocr reverse-engineered
Last synced: 1 day ago
JSON representation
A fully reverse-engineered client for google's drawing input tools.
- Host: GitHub
- URL: https://github.com/hopto-dot/google-translate-input-client
- Owner: hopto-dot
- Created: 2022-02-04T16:51:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T18:08:04.000Z (over 3 years ago)
- Last Synced: 2025-01-03T04:16:11.488Z (over 1 year ago)
- Topics: drawing-input, google-translate, japanese, ocr, reverse-engineered
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google-Translate-Input-Client
An unofficial client for google input tools. Draw any character and it will come up with suggestions, click a suggestion at the bottom to type it in the text box.
**Requires an internet connection**

# References
* https://www.c-sharpcorner.com/forums/drawing-line-using-mouse-movement-event
* https://stackoverflow.com/questions/498400/cs0120-an-object-reference-is-required-for-the-nonstatic-field-method-or-prop
* https://stackoverflow.com/questions/43421126/how-to-use-httpclient-to-send-content-in-body-of-get-request
* https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/how-to-add-an-event-handler?view=netdesktop-6.0
* https://ourcodeworld.com/articles/read/506/winforms-cross-thread-operation-not-valid-control-controlname-accessed-from-a-thread-other-than-the-thread-it-was-created-on