June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -0,0 +1,6 @@
|
|||
import autopy
|
||||
autopy.key.type_string("Hello, world!") # Prints out "Hello, world!" as quickly as OS will allow.
|
||||
autopy.key.type_string("Hello, world!", wpm=60) # Prints out "Hello, world!" at 60 WPM.
|
||||
autopy.key.tap(autopy.key.Code.RETURN)
|
||||
autopy.key.tap(autopy.key.Code.F1)
|
||||
autopy.key.tap(autopy.key.Code.LEFT_ARROW)
|
||||
Loading…
Add table
Add a link
Reference in a new issue