{"id":30470871,"url":"https://github.com/symbiontz/screencut-translate","last_synced_at":"2025-10-07T14:51:16.522Z","repository":{"id":258589163,"uuid":"863393111","full_name":"SymbiontZ/screencut-translate","owner":"SymbiontZ","description":"Snipping tool app to translating the crop selected ","archived":false,"fork":false,"pushed_at":"2025-07-07T10:33:03.000Z","size":436,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T13:53:40.674Z","etag":null,"topics":["api","deepl","screenshot","screenshot-utility","snipping-tool","translator","translator-text-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SymbiontZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-26T08:10:32.000Z","updated_at":"2025-07-07T10:33:06.000Z","dependencies_parsed_at":"2024-11-14T12:32:48.058Z","dependency_job_id":null,"html_url":"https://github.com/SymbiontZ/screencut-translate","commit_stats":null,"previous_names":["symbiontz/screen-translator","symbiontz/symbztools","symbiontz/screencut-translate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SymbiontZ/screencut-translate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbiontZ%2Fscreencut-translate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbiontZ%2Fscreencut-translate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbiontZ%2Fscreencut-translate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbiontZ%2Fscreencut-translate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SymbiontZ","download_url":"https://codeload.github.com/SymbiontZ/screencut-translate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SymbiontZ%2Fscreencut-translate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278794400,"owners_count":26046968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","deepl","screenshot","screenshot-utility","snipping-tool","translator","translator-text-api"],"created_at":"2025-08-24T08:23:31.009Z","updated_at":"2025-10-07T14:51:16.517Z","avatar_url":"https://github.com/SymbiontZ.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screencut Translate\n\nThis program will extract text from images and translate it into a selected language using the DeepL API.\n\n\n## Installation\n\n### Obtaining API key from DEEPL\n\nIn order to get your API key, you need to go [Deepl Api Pricing Website](https://www.deepl.com/en/pro/change-plan#developer) and chose your plan by creating an account. Then copy your API key.\n\nThen you make a `.env` file and introduce your api like:\n```shell\nAPIKEY = \"9f43f-38...59rj\"\n```\n\n### Setting up project\n\nThis are the commands you need to execute in shell on the directory you want to have the program.\n```shell\ngit clone https://github.com/SymbiontZ/screen-translator.git\ncd screen-translator/\npython -m venv env\n.\\/.env/Scripts/activate\npip install -r requirements.txt\n```\n\n### Downloading Tesseract\nAdditionally, you need to install Tesseract OCR, which is necessary for converting images to text.\nInstallation guide [here](https://tesseract-ocr.github.io/tessdoc/Installation.html#:~:text=Tesseract%20is%20available%20directly%20from,directly%20from%20the%20Linux%20distributions.)\n\n\n\nThen you just need to execute `app.py` :)\n\n## Using Screen Translator\n\nAfter executing `python app.py`, a window will open:\n\n![language selector](/docs/images/lang_select_menu.png)\n\n1. Choose the language to translate from and the language to translate to.\n\n2. Press the **Translate!** button.\n\nOnce you press the button, a snipping tool window will appear, similar to the one in Windows. Select the section of the screen you want to translate. \n\n![snipping tool box](/docs/images/snipping_tool_box.png)\n\nFinally, when you release the mouse button, another window will appear with the translation.\n\n![translation window](/docs/images/translation_window.png)\n\nPlease note that the translation may not be perfect, but it works for the majority of cases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbiontz%2Fscreencut-translate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymbiontz%2Fscreencut-translate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbiontz%2Fscreencut-translate/lists"}