A program for sharing data between clipboards on multiple devices.
Ensure the devices are on the same network. E.g. Connected to the same WiFi, sharing the same hotspot, etc.
To ensure proper communication between devices, you'll need to configure the subnet mask. Below is the configuration format:
[NETWORK]
SUBNET_MASK=/24
The program uses a default subnet mask of /24, which is suitable for most private networks.
If the program fails to run or raises network-specific errors, adjusting the subnet mask according to your network settings may resolve the issue. If problems persist, please feel free to raise an issue for assistance.
None. Just make sure you have python installed before running the program.
Install the xclip program to allow access to the clipboard:
sudo apt install xclip
Make sure you have python installed before running the program.
- Download and install Termux
- Download and install Termux:API
- Install the
termux-apipackage:
pkg install termux-api
- Install the
whichpackage:
pkg install which
- Install Python:
pkg install python
Run the program on all devices where you want to share clipboard data:
python main.py
Once the program is running on all devices, you can copy text or other data on one device. This data will be available to paste on any other connected device running clipshare.
- Android
- Windows
- Linux

