Skip to content

1mcold/Auto-Typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Typer

Auto Typer is a simple Python program that simulates typing by automatically inputting text into any focused application or text field. It can be useful for automating repetitive tasks, filling out forms, or sending pre-defined messages.

How to use

We have an input field where we enter text, press the CTRL+B key combination and select the area where you want it to be filled with this text, to stop text entry, press CTRL+B again.

Requirements:

  • Python 3.x
  • pyautogui
  • tkinter
pip install pyautogui
pip install tkinter