Autotype Bot

A bot for typing things.

Press [esc] to stop the program from running.

Environment

This runs in a python environment with the following pip installs:

pip install keyboard

Build

To build to an executable a variety of options are available.
The releases in particular were generated using pyinstaller, as shown below.

pip install pyinstaller

pyinstaller -F -w -n autotype-bot main.py

Contact

Timothy Mead ([email protected])
Francisco Jorquera ([email protected])

GitHub

View Github