File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Pyppeteer Ghost Cursor
1
+ # Python Ghost Cursor
2
2
Python port of <a href =" https://github.com/Xetera/ghost-cursor " >Xetera/ghost-cursor</a >, for use with Pyppeteer and Playwright.
3
3
4
4
> Generate realistic, human-like mouse movement data between coordinates or navigate between elements with Pyppeteer/Playwright
Original file line number Diff line number Diff line change 8
8
README = (HERE / "README.md" ).read_text ()
9
9
setuptools .setup (
10
10
name = "python_ghost_cursor" ,
11
- version = "0.2.1 " ,
12
- description = "Pyppeteer implementation of Xetera/ghost-cursor" ,
11
+ version = "0.1.0 " ,
12
+ description = "Python implementation of Xetera/ghost-cursor" ,
13
13
long_description = README ,
14
14
long_description_content_type = "text/markdown" ,
15
15
url = "https://github.com/mcolella14/python_ghost_cursor" ,
You can’t perform that action at this time.
0 commit comments