Metadata-Version: 2.4
Name: autowriter
Version: 1.0.2
Summary: A human-like auto typer with GUI, dark mode, pause/wait keys, and live stats.
Home-page: https://github.com/Mysra-Ahmed/Python-auto-typer
Author: Mysra Ahmed
Author-email: misragmalahmad@gmail.com@email.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: keyboard
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Human-Like Auto Typer

A smart auto-typing desktop app that mimics human behavior — with typos, backspaces, customizable speed, and even live stats. Built using Python and Tkinter.

---

## 🔥 Features

- ⌨️ **Human-like typing**: Simulates natural typing with mistakes and corrections
- 🕒 **Custom timing**: Set total typing time or WPM (words per minute)
- 🎯 **Hotkeys**: 
  - Start typing on your chosen key (default: `F4`)
  - Pause/resume typing (default: `F2`)
  - Stop typing anytime with `ESC`
- 🌙 **Dark mode toggle**
- 📊 **Live statistics**: Characters typed, time elapsed, typing speed
- 🪟 **Floating mini-window**: Always-on-top status display (optional)

### Note

- The timing isnt correct enough because there are multiple factors affecting time (the mistakes and their correction, wpm, how many characters, the time given)

---

### Requirements

- Python 3.8+
- `keyboard` package:
  ```bash
  pip install keyboard
  
### How to start the code
Download auto writer.py
```bash
py "auto writer.py"

