Skip to content

clip.py

from einfach import clip

The clip.py file contains only 1 function which is its main purpose.

from einfach import clip
clip.copy("This is put into the clipboard!")

Contains

Function/Class Description Use
copy A function for putting/copying text into the users clipboard Use/More...