Metadata-Version: 2.2
Name: clipboard_text_translate
Version: 0.1.6
Summary: Program that collects text from the clipboard and translates it.
Home-page: https://github.com/trucomanx/ClipboardTextTranslate
Author: Fernando Pujaico Rivera
Author-email: fernando.pujaico.rivera@gmail.com
Maintainer: Fernando Pujaico Rivera
Maintainer-email: fernando.pujaico.rivera@gmail.com
Project-URL: Bug Reports, https://github.com/trucomanx/ClipboardTextTranslate/issues
Project-URL: Funding, https://trucomanx.github.io/en/funding.html
Project-URL: Source, https://github.com/trucomanx/ClipboardTextTranslate
Keywords: writing,translate
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5
Requires-Dist: deep-translator
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# clipboard-text-translate

Program that translate text.

![logo](https://raw.githubusercontent.com/trucomanx/ClipboardTextTranslate/main/src/clipboard_text_translate/icons/logo.png)

## 1. Installing

### 1.1. Install from PyPI

To install the package from `PyPI`, follow the instructions below:


```bash
python -m pip install --upgrade pip
python -m pip install --upgrade supertools

pip install --upgrade clipboard-text-translate
```

Execute `pip show clipboard-text-correction` to see where it was installed.

#### Using

If the program was not added to the Linux start session, then to start, use the command below:

```bash
clipboard-text-translate-indicator
```


### 1.2. Add the program to Linux start session

Add the program to the bar indicator on Linux startup session.

```bash
clipboard-text-translate-indicator --autostart
```

## 2 Uninstall

```bash
pip uninstall clipboard-text-correction
```

## 3. Buy me a coffee

If you find this tool useful and would like to support its development, you can buy me a coffee!  
Your donations help keep the project running and improve future updates.  

[☕ Buy me a coffee](https://ko-fi.com/trucomanx) 

## 4. License

This project is licensed under the GPL license. See the `LICENSE` file for more details.
