SkillAgentSearch skills...

Typoer

Types text with typos and correction

Install / Use

/learn @georgetian3/Typoer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

typoer

Types text with typos and correction

demo

Installation

  1. Download typoer.py and requirements.txt
  2. pip install -r requirements.txt
  3. In your file add from typoer import typoer

Usage

Example

from typoer import typoer
text = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.'
typoer(text, wpm = 120, accuracy = 0.8, wait_key = 'right')

This will type text at an average rate of 120WPM with an accuracy of 80%. Press the right arrow key to begin typing.

Documentation

See typoer.py

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1mo ago
Forks6

Languages

Python

Security Score

90/100

Audited on Feb 13, 2026

No findings