This script takes text from the clipboard and types it out in a human-like manner.
There's some text in your clipboard, you press ctrl+enter. This puts the text from the clipboard into the program's variable. After that, you start the typing process with the pause key. With the same key, you can stop and resume it at any moment.
Implemented are the simulation of typing errors and a changeable typing speed. You can pause it with the pause key. If you accidentally (or intentionally) move the mouse, the typing will stop.
v1.0.0 (2023-06-13)
- Initial release.
This can be extremely useful in conjunction with https://github.com/reu/clipshare
This project is licensed under the MIT License - see the LICENSE file for details