Skip to content

wdv4758h/prakuli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Prakuli

a practice to write something like Sikuli

Dependency

Library Usage Note
SimpleCV Computer Vision
PyUserInput Mouse/Keyboard Input
pyscreenshot Screenshot by SimpleCV's ScreenCamera

Todo

  • [x] Click
  • [x] Type
  • [ ] setup script
  • [ ] GUI for image display

Run

there is no GUI for image display and select now, so just import this program and write the code

# test.py
from prakuli import *

# it will find the image in `images/` folder
# or give a absolutely path
doubleClick('test.png')

now run it by python2 test.py, it will start to find test.png on the screen and double click it

About

a practice to write something like Sikuli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages