A lightweight clipboard synchronization tool for Windows and Android that works entirely over your local Wi-Fi network.
Simply run the server on your PC, scan the QR code (or open the provided URL) on your Android phone, and instantly share clipboard content between both devices in real time.
- 🔄 Real-time two-way clipboard synchronization
- 💻 Windows PC ↔ 📱 Android Phone
- 🌐 Works entirely over your local Wi-Fi network
- 🚫 No login or account required
- ☁️ No cloud or internet dependency
- 📱 Browser-based mobile interface (no app installation)
- 📋 Automatic clipboard monitoring
- ⚡ Instant clipboard updates
- 🎨 Modern responsive dark-mode UI
- 📷 QR code for quick connection
- 🟢 Connection status indicator
- 🔁 Auto reconnect
- 🪶 Lightweight and fast
▶️ Run with a single Python command
Add screenshots here
| Desktop | Mobile |
|---|---|
![]() |
![]() |
git clone https://github.com/elaiyavan-k/clipboard-sync.gitcd clipboard-syncWindows
python -m venv venv
venv\Scripts\activateLinux / macOS
python3 -m venv venv
source venv/bin/activatepip install -r requirements.txtpython server.py- Ensure both devices are connected to the same Wi-Fi network.
- Start the server on your PC.
- Open the displayed URL on your Android phone or scan the QR code.
- Copy text on either device.
- Clipboard updates instantly on the other device.
- Python
- WebSockets
- HTML
- CSS
- JavaScript
clipboard-sync/
│
├── server.py
├── requirements.txt
├── README.md
├── static/
├── templates/
├── screenshots/
└── LICENSE
- Share programming questions between PC and phone
- Transfer links instantly
- Send notes without messaging apps
- Move code snippets quickly
- Share text between devices
- Improve productivity during development
Clipboard Sync never sends your data to the cloud.
All communication happens directly between your devices over your local Wi-Fi network.
No accounts. No tracking. No external servers.
Contributions, issues, and feature requests are welcome.
Feel free to fork the repository and submit a pull request.
If you found this project useful, consider giving it a ⭐ on GitHub.
It helps others discover the project!
This project is licensed under the ELXI

