Metadata-Version: 2.1
Name: mousepad
Version: 0.1.2
Summary: Multidevice controller using python
Home-page: https://github.com/neetishsingh/mousepad
Author: Neetish Singh
Author-email: neetishsingh97@gmail.com
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Freeware
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Requires-Dist: asyncio
Requires-Dist: pyautogui

# Mousepad

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

Mousepad is a Python-based library designed to facilitate seamless connectivity between multiple devices on the same network such as wifi, enabling users to interact with each other in various ways, including mouse control, keypad input, joystick emulation, screen sharing, file sharing like Airdrop, and multiplayer gaming.

## Features
- **Device Integration:** Connect and manage multiple devices on the same network.
- **Mouse Control:** Utilize devices as a mouse for precise control.
- **Keypad Input:** Input text or commands using connected devices.
- **Joystick Emulation:** Transform devices into game controllers for gaming applications.
- **Screen Sharing:** Share screens across devices for collaborative work or presentations.
- **Airdrop File Sharing:** Seamlessly share files between devices using Airdrop functionality.
- **Multiplayer Gaming:** Enable multiplayer gaming experiences over the same network, such as WiFi, for enhanced gameplay.


## How to run

Best part of mousepad is you just need two lines of code to initiate it.

1.To install mousepad python package.
```bash
  pip install mousepad
```

2.Now start the app
```bash
  python -m mousepad
```
or if you have python3 installed then 
```bash
  python3 -m mousepad
```

3. In Browser you will see a QR which you can scan through any kind of device and any kind of os for ex. Mobile.
4. You can select the feature you want to use i.e Mouse, Keyboard, Joystick and it's configured. 


Note: The only requirement to take benifit of this sharing framework in that you need to have python installed in any of the device atleast.
