Skip to content

TTMead/autotype-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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 (timothy.mead20@gmail.com)
Francisco Jorquera (ejorquera2051@gmail.com)