https://github.com/reality361/simple-clipboard-translator
A simple translator that can monitor your clipboard and translate its content.
https://github.com/reality361/simple-clipboard-translator
Last synced: over 1 year ago
JSON representation
A simple translator that can monitor your clipboard and translate its content.
- Host: GitHub
- URL: https://github.com/reality361/simple-clipboard-translator
- Owner: Reality361
- License: apache-2.0
- Created: 2024-03-01T09:42:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:01:55.000Z (almost 2 years ago)
- Last Synced: 2024-07-18T15:52:57.552Z (almost 2 years ago)
- Language: JavaScript
- Size: 365 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-Clipboard-Translator
A simple translator that can monitor your clipboard and translate its content.
## Overview: Two Modes
### Combined Translator (using [translate.js](http://translate.zvo.cn/41162.html))


### Google Translator


## How to install it?
[Releases](https://github.com/Reality361/Simple-Clipboard-Translator/releases)
To get the project, just install npm, electron, and electron-forge and open a folder, run this command:
```
npm init electron-app@latest my-app
```
Replace the folder: my-app/src with this src folder.
Or open the folder with a terminal and run this:
```
git clone https://github.com/Reality361/Simple-Clipboard-Translator
npm install
```
Finally, run this:
```
cd my-app
npm start
```
## How to use it?
(Take English -> Chinese(Simplified) as an example)
1. Open this tool. Drag and select the text you want to translate.

2. Press Ctrl+C (or any other way to copy it).

3. Wait for about a second. And the tool would automatically display the translated text.

## Ps:
1. From the menu label "Window" on the upper side of the window you may turn on "Always on Top"
2. If using it on games, you may also use [Textractor](https://github.com/Artikash/Textractor) to extract the text in your games.
