An open API service indexing awesome lists of open source software.

https://github.com/0adri3n/playtog3th3r

A software to share keys or clicks of a client to a server.
https://github.com/0adri3n/playtog3th3r

keyboard mouse python server share

Last synced: 3 months ago
JSON representation

A software to share keys or clicks of a client to a server.

Awesome Lists containing this project

README

          

# playTog3th3r

A software to share keys or clicks of a client to a server.

# Installation

1. Download the repository.
2. Download required python module:
```diff
pip install pynput
```
3. Start server.py.
4. Share the necessary informations to the person who run client.py .
* (Tip: If someone is outside of your local network, create a [ngrok](https://ngrok.com/) tunnel to let him access to a port.)
5. Start client.py, enter informations and connect.
6. Ready to use !

#

Open an issue if you have an error !


Don't forget to star this rep if you like it !