Randtype is a utility that allows users to simulate keyboard typing by outputting via the terminal phrases, characters, files, etc. In this article, we will see how to install Randtype on Ubuntu 11.04/10.10/10.04.
Launch the terminal and issue this command:
sudo apt-get install randtype
Here is an example of how to use this utility:
echo "Type Your Text Here" | randtype -m 6
The '-m' option is used to simulate four keyboard typos.
Post a Comment