Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard Sync

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.


✨ Features

  • 🔄 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

📷 Preview

Add screenshots here

Desktop Mobile
Desktop Mobile

🚀 Installation

1. Clone the repository

git clone https://github.com/elaiyavan-k/clipboard-sync.git
cd clipboard-sync

2. Create a virtual environment (Optional)

Windows

python -m venv venv
venv\Scripts\activate

Linux / macOS

python3 -m venv venv
source venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

4. Start the server

python server.py

📱 Usage

  1. Ensure both devices are connected to the same Wi-Fi network.
  2. Start the server on your PC.
  3. Open the displayed URL on your Android phone or scan the QR code.
  4. Copy text on either device.
  5. Clipboard updates instantly on the other device.

🛠 Tech Stack

  • Python
  • WebSockets
  • HTML
  • CSS
  • JavaScript

📂 Project Structure

clipboard-sync/
│
├── server.py
├── requirements.txt
├── README.md
├── static/
├── templates/
├── screenshots/
└── LICENSE

💡 Use Cases

  • 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

🔒 Privacy

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.


🤝 Contributing

Contributions, issues, and feature requests are welcome.

Feel free to fork the repository and submit a pull request.


⭐ Support

If you found this project useful, consider giving it a ⭐ on GitHub.

It helps others discover the project!


📄 License

This project is licensed under the ELXI

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages