Keystroke Generator is a python program to simulate key presses in order to generate keystrokes. It accepts alphanumeric characters as input and generates keystrokes for the input test after a pre-set delay.
Python modules required:
pynput
git clone https://github.com/pkdiv/Keystroke-Generator.git
Execution of the program is done in the following manner:
python Keystroke.py -f <filename> -t <start-delay>