To sync the clipboard contents of your devices which are in the same network
##For all Desktop OS
##For Android
- Download it from play store OR
- Build the project under
/android
and deploy it on your device
##For running as a script
-
- python >= 2.6
- pyperclip
-
- start clippy by executing command
python python/clippy.py
on any number of machines - copy some text on one machine and use paste on other machines
- deafult port is 9292
- to start at any other port X call :
python python/clippy.py X
- start clippy by executing command