Universal clipboard is useful when you want to copy something(preferrably plaintext) from one device to another. It works for any OS. Currently it only supports plaintext.
- Copy plaintext from one device to another
- Copy images/files from one device to another
- Work outside localnetwork
Python version: 3.10 is recommended.
virtualenv venv --python=python3.10Source the virtual environment:
source venv/bin/activateInstall the dependencies
pip install -r requirements.txtpython server.pyUpdate the below line inside the universal_clipboard.py file:
sio.connect('ws://<server_ip>:5007') # Update the ip address of the serverpython universal_clipboard.pyAll contributions are welcome. See the curated list above for ideas. If you have an idea, please open an issue or pull request.