Skip to content

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

License

Notifications You must be signed in to change notification settings

streanger/pastoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastoke

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

Install

pip install pastoke

Usage

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')

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages