Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: Sorunome on November 29, 2014, 04:37:12 pm

Title: CrossClip
Post by: Sorunome on November 29, 2014, 04:37:12 pm
CrossClip is a quick program I wrote in python3 that allows me to share clipboards between computers.
It's just so cool IMO that I wanted to share it with you guys ^.^

https://github.com/Sorunome/CrossClip

It like has password auth via config file and stuff, so yeah
Title: Re: CrossClip
Post by: Geekboy1011 on November 30, 2014, 09:18:32 pm
Thats actually really nifty !
Title: Re: CrossClip
Post by: DJ Omnimaga on November 30, 2014, 11:57:08 pm
That would be handy sometimes if I get another computer. Does it work on mobile too? In many occasions I found myself finding something awesome on my computer, but no time to copy it on my phone before heading to work, so accessing my computer clipboard from there or vice-versa would be nice.
Title: Re: CrossClip
Post by: Sorunome on December 01, 2014, 03:15:51 pm
You need to be able to run python3 and need the pyperclip, socket, socketserver and threading modules. If you don't have GTK+ i'd need to modify the way I handle notifications