diff options
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | requirements.txt | 9 |
2 files changed, 7 insertions, 9 deletions
@@ -11,3 +11,10 @@ python3 bot.py | |||
11 | ``` | 11 | ``` |
12 | 12 | ||
13 | Tested on macOS 10.12.6 with screen resolution 1680*1050 (not HiDPI) on Safari. | 13 | Tested on macOS 10.12.6 with screen resolution 1680*1050 (not HiDPI) on Safari. |
14 | |||
15 | ## Videos | ||
16 | |||
17 | ![60 fps](https://www.youtube.com/watch?v=TCPrj4mzZ6s) | ||
18 | |||
19 | ![240 fps slow motion](https://www.youtube.com/watch?v=uXTSveJCdH8) | ||
20 | |||
diff --git a/requirements.txt b/requirements.txt index 1b8e67c..46f7434 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,13 +1,4 @@ | |||
1 | keyboard==0.11.0 | ||
2 | mss==3.1.1 | 1 | mss==3.1.1 |
3 | numpy==1.13.3 | 2 | numpy==1.13.3 |
4 | Pillow==5.0.0 | ||
5 | PyAutoGUI==0.9.36 | 3 | PyAutoGUI==0.9.36 |
6 | PyMsgBox==1.0.6 | ||
7 | pynput==1.3.8.1 | 4 | pynput==1.3.8.1 |
8 | pyobjc-core==4.1 | ||
9 | pyobjc-framework-Cocoa==4.1 | ||
10 | pyobjc-framework-Quartz==4.1 | ||
11 | PyScreeze==0.1.13 | ||
12 | PyTweening==1.0.3 | ||
13 | six==1.11.0 | ||