Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral authored Jun 13, 2022
1 parent 99e8d2d commit 863a5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Cornelius allows you to control mouse and keyboard inputs in a simple way.

Currently only supports **Windows**.

See full documentation [here](https://github.com/manucabral/cornelius/wiki)
## Usage

Install the [PyPI package](https://pypi.org/project/cornelius/)
Expand All @@ -27,7 +28,7 @@ from cornelius import Cursor

mouse = Cursor()
mouse.set(500, 500)
mouse.press(1) # left click
mouse.left_click()
```

Using keyboard module
Expand Down

0 comments on commit 863a5eb

Please sign in to comment.