Skip to content

Commit

Permalink
Readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotto authored May 19, 2020
1 parent a4e7145 commit 500cd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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```
Expand Down

0 comments on commit 500cd36

Please sign in to comment.