From 500cd36b88768b35292afd9f889a99a8f27ff0aa Mon Sep 17 00:00:00 2001 From: Mark Moore Date: Tue, 19 May 2020 08:52:47 +0200 Subject: [PATCH] Readme cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdb0dc2..07487ac 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This works really well with Arduino's ```Serial.prinln()``` function, as it waits for a newline terminated ASCII string to arrive, so an arduino could go: ```Serial.println("password");``` and this program would type ```password``` and press [ENTER] for you. -# requirements if you want to run it with python: +# requirements if you want to run it with python ``` pip3 install pynput pyserial ``` @@ -18,7 +18,7 @@ This shold run on any operating system with the required packages installed. There's precompiled binaries built with pyinstaller (--onefile) for Windows, OSX and linux. -They shouldn't require you to install anything else, but I've only tested on systems with full python installations.. So.. Your mileage may vary... +They shouldn't require you to install anything else... On windows type something like: ```serial2keyboard.exe COM3 9600```