404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.117.107.110: ~ $
Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3.

Install on Windows: `pip install pyperclip`

Install on Linux/macOS: `pip3 install pyperclip`

Al Sweigart al@inventwithpython.com
BSD License

Example Usage
=============

    >>> import pyperclip
    >>> pyperclip.copy('The text to be copied to the clipboard.')
    >>> pyperclip.paste()
    'The text to be copied to the clipboard.'


Currently only handles plaintext.

On Windows, no additional modules are needed.

On Mac, this module makes use of the pbcopy and pbpaste commands, which should come with the os.

On Linux, this module makes use of the xclip or xsel commands, which should come with the os. Otherwise run "sudo apt-get install xclip" or "sudo apt-get install xsel" (Note: xsel does not always seem to work.)

Otherwise on Linux, you will need the gtk or PyQt4 modules installed.



Filemanager

Name Type Size Permission Actions
DESCRIPTION.rst File 917 B 0644
INSTALLER File 4 B 0644
METADATA File 2.21 KB 0644
RECORD File 851 B 0644
WHEEL File 92 B 0644
metadata.json File 1.35 KB 0644
top_level.txt File 10 B 0644