Automate with Voice

The Most Human-Like
Typing Simulator.

Simulate natural typing with adjustable WPM, intentional typos, backspace corrections, and voice commands.

View on GitHub
🤖

Human-Like Typing

Doesn't just paste text. It types character by character with random delays to mimic a real person.

Intentional Typos

Configurable accuracy (0-100%). It even presses backspace to correct mistakes automatically!

🎙️

Voice Control

Hands-free operation. Say "Start Typing" or "Stop Typing" to control the bot via microphone.

🖥️

Modern GUI

Built with CustomTkinter for a sleek, dark-themed interface that looks great on Windows and Linux.

🚀

Adjustable Speed

Control Words Per Minute (WPM) dynamically to match any typing speed requirement.

📂

File Import

Load long .txt files instantly to automate typing entire documents or scripts.

Installation Instructions

For Developers

Method 1: Source Code (.py)

OPTION A: GIT CLONE
git clone https://github.com/Spider2742/typoer.git cd typoer
OPTION B: DIRECT DOWNLOAD

Download Typoer.py using the button above.

THEN INSTALL DEPENDENCIES:
pip install customtkinter pyautogui keyboard plyer speechrecognition pyaudio pystray pillow pyttsx3
FINALLY RUN IT:
python Typoer.py
⚠️ Linux Users
1. Grant input permissions (keyboard/mouse access):
sudo usermod -aG input $USER
Then log out and back in.
2. Still errors? Run as root:
sudo python Typoer.py
For Normal People

Method 2: Executable (.exe)

  1. Download it.
  2. Run it.
  3. That's literally it.
Note: Windows might show a "SmartScreen" warning because I'm not a verified publisher (yet). Click "More Info" → "Run Anyway".