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.
- Host: GitHub
- URL: https://github.com/0adri3n/playtog3th3r
- Owner: 0adri3n
- License: mit
- Created: 2021-04-19T23:16:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T19:04:52.000Z (over 3 years ago)
- Last Synced: 2025-01-15T13:08:46.693Z (over 1 year ago)
- Topics: keyboard, mouse, python, server, share
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !