Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 393 Bytes

File metadata and controls

21 lines (16 loc) · 393 Bytes

Very-Simple-Clipboard-to-Keypress

A very simple script that presses keystrokes associated with the clipboard message when [CTRL][`] is pressed.

Probably isn't even worth uploading but whatevers.

Setup

(Can skip if just running .exe)

pip3 install pyperclip
pip3 install keyboard

Usage

Run

./cliptokey.py

or

Open cliptokey.exe generated with pyinstaller for windows