Add pypi realise

This commit is contained in:
2025-03-12 16:37:42 +03:00
parent 59f661dd98
commit e8e9dfc3c3

View File

@@ -1,5 +1,5 @@
# winConnect (Windows Only)
Communication Client->Daemon via NamedPipe
Communicate Client-Server via Windows NamedPipe
## ToDo:
@@ -11,10 +11,21 @@ Communication Client->Daemon via NamedPipe
- [ ] Add support for encryption
- [ ] Add support for multiple clients
## Description
This is a simple client-server communication system for Windows. The client and server communicate via a named pipe. The client sends a message to the server, and the server responds with a message. The client and server can be run on the same machine or on different machines.
## Installation
To install the package, use the following command:
```bash
pip install winConnect
```
## Usage
You can find examples in the [examples](examples) directory.
@@ -52,18 +63,6 @@ with connector as conn:
print(conn.read_pipe())
```
[//]: # (## Installation)
[//]: # ()
[//]: # (To install the package, use the following command:)
[//]: # ()
[//]: # (```bash)
[//]: # (pip install winConnect)
[//]: # (```)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.