We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c74a6a commit 7701585Copy full SHA for 7701585
1 file changed
README.md
@@ -1,2 +1,21 @@
1
# Very-Simple-Clipboard-to-Keypress
2
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