Metadata-Version: 2.2
Name: clipboard_text_correction
Version: 0.2.0
Summary: Program that collects text from the clipboard and improves text writing
Home-page: https://github.com/trucomanx/ClipboardTextCorrection
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/ClipboardTextCorrection/issues
Project-URL: Funding, https://trucomanx.github.io/en/funding.html
Project-URL: Source, https://github.com/trucomanx/ClipboardTextCorrection
Keywords: writing,spelling
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-consultation
Requires-Dist: textstat
Requires-Dist: gTTS
Requires-Dist: playsound
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-correction

Program that improves text writing.

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

## 1. Dependencies

This program requires `meld` to be installed on your system to function correctly. `meld` is a graphical tool for comparing files and directories. How to install `meld`:

```bash
sudo apt-get install meld
```

## 2. Installing

### 2.1. Install from PyPI

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


```bash
pip install --upgrade clipboard-text-correction
```

Execute `which clipboard-text-correction-indicator` to see where it was installed, probably in `/home/USERNAME/.local/bin/clipboard-text-correction-indicator`.

#### Using

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

```bash
clipboard-text-correction-indicator
```


### 2.2. Install from PyPI and add to Linux start session
Install `clipboard-text-correction` from `pypi` and add the program to the bar indicator on Linux startup session.

```bash
curl -fsSL https://raw.githubusercontent.com/trucomanx/ClipboardTextCorrection/main/install_linux_indicator_session.sh | sh
```

## 3. LLM
The program needs an `API_KEY` to be used. This can be obtained from
https://deepinfra.com/dash/api_keys

Place the obtained `API_KEY` in the `clipboard-text-correction-indicator` program under menu `Program usage information >> Open config file`.

![open-config-file](https://raw.githubusercontent.com/trucomanx/ClipboardTextCorrection/main/open-config-file.png)

## 4. 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) 

## 5. License

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