Metadata-Version: 2.4
Name: local-connect
Version: 0.0.3
Summary: library that contains scripts to connect between laptops in local network
Author-email: truongbaan <truongbaansoftware@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/truongbaan/Local-Connect-Python
Requires-Python: >=3.9.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mss
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: keyboard
Requires-Dist: pyperclip
Dynamic: license-file

# Local Connect Python

Local Connect Python is a Python library designed to facilitate communication between clients and servers using TCP with IPV4 to only connect through the same wifi. This library provides implementations for paragraph-based and single-character communication, along with utility functions to support these operations.

## Features

- **Paragraph Clip Communication**: Includes both client and server implementations for paragraph-based communication.
- **Single Character Communication**: Includes both client and server implementations for single-character communication.


## Installation

Install the library using pip:
```bash
pip install local-connect
```

## Usage

Read about functions' name:
```bash
local-connect
```

Read more detail about a function:
```bash
local-connect [FUNCTION] --help 
```
## Contact

For any inquiries or issues, please contact the repository owner at [truongbaan](https://github.com/truongbaan).
