A simple screen capture and translation tool
Project description
SnapTranslate
SnapTranslate is a simple desktop application that allows you to capture a portion of your screen and instantly translate the text within it. It uses Tesseract OCR for text recognition and the Google Translate API (via the googletrans library) for translation.
Features
- Screen Capture: Easily select an area of your screen to capture.
- Instant Translation: Translate the captured text to English.
- Language Support: Currently supports translation from Russian and Swedish to English. More will added in future developments.
- Configurable Tesseract Path: Allows you to specify the path to your Tesseract installation via a
config.inifile.
Installation
Prerequisites
- Python 3.6 or higher (3.13 recommended)
- Tesseract OCR Engine: SnapTranslate relies on Tesseract for text recognition. You need to have Tesseract installed on your system and the language data packs for Russian (
rus) and Swedish (swe). You can download Tesseract from https://github.com/tesseract-ocr/tesseract/wiki. Make sure to install the language packs as well. - pip (Python package installer)
Installation Steps
-
Clone the repository:
git clone [https://github.com/your-github-username/SnapTranslate.git](https://github.com/tousif47/SnapTranslate.git) cd SnapTranslate
-
Install the required Python packages:
pip install .
(This command assumes you are in the root directory of the project where the
setup.pyfile is located. It will install SnapTranslate and all its dependencies.)
Usage
-
Run the application:
snaptranslate
This command should launch the SnapTranslate GUI.
-
Capture Screen Area: Click the "+ New" button. Your screen will become dimmed, and you can click and drag to select the area you want to capture. Release the mouse button to capture.
-
Translate: After capturing, you will see two buttons: "Translate Russian" and "Translate Swedish". Click the button corresponding to the language of the text in your captured area.
-
View Translation: The translated text will be displayed in the text area at the bottom of the window.
Configuration
You can configure the path to your Tesseract installation by modifying the config.ini file located in the root directory of the project.
-
Locate
config.ini: This file should be in the same directory as yoursetup.pyfile. -
Edit
config.ini: Open the file in a text editor. You should see a section like this:[Tesseract] TESSDATA_PATH = /path/to/your/tessdata
-
Update the path: Replace
/path/to/your/tessdatawith the actual path to thetessdatadirectory of your Tesseract installation on your system. For example:[Tesseract] TESSDATA_PATH = C:\Program Files\Tesseract-OCR\tessdata
or
[Tesseract] TESSDATA_PATH = /usr/share/tesseract-ocr/tessdata
Make sure to use the correct path for your operating system.
Supported Languages
Currently, SnapTranslate supports translation from:
- Russian to English
- Swedish to English
Contributing
TBA
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements
googlepytrans
Thank you for using SnapTranslate!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file snaptranslate-0.1.0.tar.gz.
File metadata
- Download URL: snaptranslate-0.1.0.tar.gz
- Upload date:
- Size: 72.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a75fcc974fee2b36b6f38cac74dacce349efa0e97b7b0d3159396e8e20575a1
|
|
| MD5 |
e8530c609a800ce55bf16a5fcdfd7136
|
|
| BLAKE2b-256 |
2437dfef4ed094970cdcea56bc862873fdbe00b14db7cd2dd58c42e67186d2f8
|
File details
Details for the file snaptranslate-0.1.0-py3-none-any.whl.
File metadata
- Download URL: snaptranslate-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
027c47525d07623c6e1848bba348f9bebae41ac7066e0e433baae6515cbbfe1d
|
|
| MD5 |
f7dbd87ad348e4e61626e08c2fd63fd9
|
|
| BLAKE2b-256 |
0f000fb4baf6964d224eaa01970cd3eb78a63fc08b4839839b6e4a7af5aa8a5a
|