aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-03 12:59:08 +0800
committerclarkzjw <[email protected]>2018-01-03 12:59:08 +0800
commit68f18f0a85ce30b89184bc19087e84ef6e2ad2b1 (patch)
treee034a083d3ac54386f463d76aeb4aca112f25042
parentf4c535b38aaee18dd479e230858db316d1051d88 (diff)
downloadLumberJack-68f18f0a85ce30b89184bc19087e84ef6e2ad2b1.tar.gz
+ fix
-rw-r--r--README.md7
-rw-r--r--requirements.txt9
2 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index 75395d3..49c1594 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,10 @@ python3 bot.py
11``` 11```
12 12
13Tested on macOS 10.12.6 with screen resolution 1680*1050 (not HiDPI) on Safari. 13Tested 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 @@
1keyboard==0.11.0
2mss==3.1.1 1mss==3.1.1
3numpy==1.13.3 2numpy==1.13.3
4Pillow==5.0.0
5PyAutoGUI==0.9.36 3PyAutoGUI==0.9.36
6PyMsgBox==1.0.6
7pynput==1.3.8.1 4pynput==1.3.8.1
8pyobjc-core==4.1
9pyobjc-framework-Cocoa==4.1
10pyobjc-framework-Quartz==4.1
11PyScreeze==0.1.13
12PyTweening==1.0.3
13six==1.11.0
Powered by cgit v1.2.3 (git 2.41.0)