banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

Breaking Boundaries: The 15K Star Legend of Pot-Desktop on GitHub

Today, we introduce this open-source tool—Pot-Desktop, it's amazing! It integrates translation, OCR (Optical Character Recognition), and speech synthesis all in one, and supports cross-platform usage on Windows, macOS, and Linux. For those surfing the productivity wave, you must give this tool a try!
https://github.com/pot-app/pot-desktop

image

What is Pot-Desktop#

Pot-Desktop is a cross-platform tool that combines translation, OCR (image text recognition), and speech synthesis. Whether it's word translation, screenshot recognition, or batch translation, it can always help you solve problems, making multilingual operations easy and efficient. Even better, it supports numerous translation interfaces and plugin extensions, and can seamlessly collaborate with other software.

Tech Stack#

Pot-Desktop is developed based on JavaScript (86%), Rust (10%), and TypeScript (2%), while using the ultra-lightweight Tauri framework to build a cross-platform GUI.

Core Features#

  • 🌍 Powerful multilingual translation capabilities: Supports over 15 translation interfaces including OpenAI, Google, Baidu, DeepL, choose whichever you want!
  • 🖼️ OCR text recognition: Supports text extraction from screenshots or existing images, providing various recognition interfaces including Tesseract, Baidu OCR, Apple Vision framework, etc.
  • 🎙️ Speech synthesis function: Directly converts translated text into speech, supporting plugins like Lingva for extension.
  • 🛠️ Plugin system: Supports installing external plugins, freely extending translation and recognition functions, flexible and powerful!
  • 🖱️ Word selection & screenshot translation: Translate by selecting words with a shortcut key, or take a screenshot for translation with one click, no need to switch software windows.
  • 💾 Export vocabulary list: Save translated vocabulary to tools like Anki or vocabulary lists with one click for more efficient learning.
  • 🖥️ Cross-platform support: Compatible with Windows, macOS, and Linux, and runs perfectly on Wayland as well.

Installation Guide#

Here is the installation process, you can get started in a few minutes!

Windows#

  1. Install using Winget:
    winget install Pylogmon.pot
    
  2. Or download the latest .exe file from the [Release] page and double-click to install.

macOS#

  1. Install using Homebrew:
    brew tap pot-app/homebrew-tap
    brew install --cask pot
    
  2. Or download the .dmg file from the [Release] page for installation.

Linux#

  1. Debian/Ubuntu users download the .deb package for installation:
    sudo apt-get install ./pot_{version}_amd64.deb
    
  2. Arch users can install directly using AUR:
    yay -S pot-translation
    

Basic Usage Tutorial#

  • Word selection translation & screenshot translation: Select text and use the shortcut key to translate. For screenshot translation, use the shortcut key to select, which needs to be customized in settings.
  • Plugin extensions: Easily add plugins to Pot in “Preferences - Service Settings” to create a personalized translation experience.

In summary, Pot-Desktop is a truly efficiency-enhancing tool, especially suitable for those who frequently need translation, OCR, or multilingual learning. It is not only powerful but also easy to operate, supports extensions, and is free and open-source. If you want to elevate your language toolbox, you definitely shouldn't miss this tool!

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.