Skip to content

Commit 7701585

Browse files
authored
Update README.md
1 parent 8c74a6a commit 7701585

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# Very-Simple-Clipboard-to-Keypress
22
A very simple script that presses keystrokes associated with the clipboard message when [CTRL][P] is pressed.
3+
4+
Probably isn't even worth uploading but whatevers.
5+
6+
## Setup
7+
8+
```
9+
pip3 install pyperclip
10+
pip3 install keyboard
11+
```
12+
13+
## Usage
14+
Run
15+
```
16+
./cliptokey.py
17+
```
18+
19+
or
20+
21+
Open cliptokey.exe generated with pyinstaller for windows

0 commit comments

Comments
 (0)