Skip to content

SasankaRW/typer

Repository files navigation

Text Cleaner and Auto-Typer

A simple utility tool for Windows to clean formatted text and automatically type it into any application. Perfect for pasting text into restricted fields that block pasting or legacy applications.

📥 Download

Download the latest TextTyper.exe from the Releases Page

No installation is required. Just download the .exe file and run it.

✨ Features

  • Text Cleaning: Automatically cleans formatted text (fixing smart quotes, tabs, and line breaks) to ensure smooth typing.
  • Clipboard Integration: One-click paste directly from your system clipboard.
  • Adjustable Speed: Control typing speed with a configurable delay setting.
  • Progress Tracking: Real-time progress bar and character count.
  • Always on Top: Keep the tool floating above your other windows for easy access.
  • Safe: Includes a quick "Stop" button to halt typing immediately.

🚀 How to Use

  1. Run the App: Double-click TextTyper.exe.
  2. Input Text:
    • Click "📋 Paste Clipboard" to use text you've already copied.
    • Or manually type/paste text into the input box.
  3. Configure:
    • Set "Typing delay" (default is 0.05s). Increase this number if the typing is too fast for the target app.
    • Toggle "Always on Top" if you want the window to stay visible.
  4. Start:
    • Click "▶ Start Typing".
    • You have 3 seconds to click into the window where you want the text to be typed.
  5. Stop: Click "⏹ Stop" at any time to cancel.

🛠️ For Developers

If you want to modify the code or build it yourself:

1. Requirements

  • Python 3.x
  • pip

2. Setup

Clone the repository and install dependencies:

pip install -r requirements.txt

3. Run from Source

To run the application directly with Python:

python main.py

4. Build Executable

To create your own standalone .exe using PyInstaller:

Option A: Using the script (easier)

python build_exe.py
# or on Windows
build.bat

Option B: Manual Build

pyinstaller main.py --onefile --windowed --name=TextTyper

The new executable will be created in the dist folder.

About

auto typer

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors