Skip to content

Shizmob/clippy

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

clippy

Easy Python clipboard management.

copy to

>>> clip.set('nice meme')     # accepts unicode/str/bytes

get from

>>> clip.get()                # returns unicode string or None
'nice meme'

clear

>>> clip.clear()
>>> clip.get()
None

supported

>>> clip.supported()          # supports Windows, OS X and X11-based systems
True

self-test

$ python -m clip
testing ASCII... success
testing Unicode... success
testing clear... success

License

Do What the Fuck You Want to Public License.

About

Easy Python clipboard management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages