From e0c294fae76893760b9da54abd77b79a3c94a856 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:04:23 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4258b2d..a128b39 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,15 @@ k = Keyboard() k.type('Hello world!') ``` +## Features +- Relative / Absolute mouse movements +- Left / Right click +- Scrolling +- Typing +- Hot keys +- Easy to setup +- Comprehensive Testing + ## Examples see [examples](examples)