hacktyper

Crates.iohacktyper
lib.rshacktyper
version0.2.3
created_at2026-01-12 09:24:44.006892+00
updated_at2026-01-12 11:05:16.056063+00
descriptionA terminal-based typing simulator that mimics hacking scenes from movies.
homepage
repositoryhttps://github.com/HsiangNianian/hacktyper
max_upload_size
id2037354
size73,700
简律纯 (HsiangNianian)

documentation

README

Hacker Typer

A sophisticated CLI tool for pranking or acting like a Hollywood hacker.

Features

  • Auto-Typing: Mash the keyboard to type valid code (or any text) on the screen.
  • Mechanical Sound: Procedural audio synthesis mimics mechanical keyboard switches.
  • Multi-Window Mode: Spawn multiple windows to look busy.
  • Custom Scripts: Load any text file (e.g., source code, movie scripts).

Installation

cargo build --release

The binary will be in target/release/hacktyper.

Usage

Basic usage (Matrix Mode)

./hacktyper

Type out a custom file (e.g., Harry Potter)

./hacktyper --file harry_potter.txt

Hollywood Mode (Spawn 4 extra windows)

./hacktyper --multi-window --window-count 4

Adjust Speed

./hacktyper --speed 5

Options

  • -f, --file <FILE>: Path to custom file.
  • -s, --speed <SPEED>: Characters per keypress (default: 3).
  • --sound: Boolean flag to enable/disable sound (default: true).
  • --multi-window: Spawns multiple terminals.
  • --window-count <NUM>: Number of terminals to spawn.
Commit count: 66

cargo fmt