Skip to content

lets you use Ctrl-B to copy and past into inputs that dont allow it.

Notifications You must be signed in to change notification settings

Skippygamer/Copy-paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Clipboard Typing Script

This Python script allows you to type the content of your clipboard instantly by pressing 'CTRL + B'. It uses the pyperclip and keyboard libraries.

Prerequisites

Make sure you have Python installed on your system. You can install the required libraries by running:

pip install pyperclip keyboard

Run the Script

python index.py

Press 'CTRL + B' to instantly type the content of your clipboard. The script continuously checks for changes in the clipboard. If 'CTRL + B' is pressed, it types the current clipboard content.

You can adjust the delay in the script if needed.

Uncomment the line # pyperclip.copy('') if you want to clear the clipboard after typing.

NOTICE

Do not use this script while playing games, as it may violate game rules and lead to bans. The author is not responsible for any consequences resulting from the misuse of this script.

Author

Created by Skippy aka Alan 

About

lets you use Ctrl-B to copy and past into inputs that dont allow it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages