You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pastoke

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pastoke

paste jokes script

pipPyPI
Version
0.1.1
Maintainers
1

Pastoke

Script for log, clear or replace clipboard with using 'pyperclip'

Install

.. code-block:: python

pip install pastoke

Usage

.. code-block:: python

from pastoke import log_changes, clear_clipboard, replace_clipboard

# log clipboard to log.txt file. Default path is python exe dir
log_changes()

# clear clipboard
clear_clipboard()

# replace clipboard with specified phrase
replace_clipboard(search='test', thing='trick')

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts