Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xilinjia/wwtranslate
Multi-platform word translator
https://github.com/xilinjia/wwtranslate
android kivy languages linux multiplatform python
Last synced: 10 days ago
JSON representation
Multi-platform word translator
- Host: GitHub
- URL: https://github.com/xilinjia/wwtranslate
- Owner: XilinJia
- License: gpl-3.0
- Created: 2022-12-07T18:33:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T19:25:02.000Z (about 2 years ago)
- Last Synced: 2024-11-24T21:00:08.270Z (about 1 month ago)
- Topics: android, kivy, languages, linux, multiplatform, python
- Language: Python
- Homepage:
- Size: 20.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WWTranslate
A multi-platform word translator for Android, iOS, Linux, macOS and Windows.
In the settings screen, choose the two languages (8 languages supported), then tap "Choose Dictionary". If the pair of languages are chosen for the first time, a dictionary will be constructed with data fetched from the Internet. Otherwise, the existing dictionary will be used.
In the main screen, there are two text boxes one above the other, each designated for a language. You can enter a word (in the right language) in either box, tap the up-down arrow button, and will translations of the word appear in the other box. Tap "New" for a new translation.
This is not a translator in the strict sense, but it gives words in the other language that are somewhat associated with the given word.
This is an experiment project based on Python and Kivy. The words are generated with the help from project Word2Word (https://github.com/kakaobrain/word2word).
This software is released under the GPLv3 license (https://www.gnu.org/licenses/gpl-3.0.en.html)
A fully functional Android apk file is included in the releases.