Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 571 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 571 Bytes

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