https://github.com/xeintdm/keyboardecho
Prank program that randomly echoes the last key pressed after a few repetitions.
https://github.com/xeintdm/keyboardecho
Last synced: 2 months ago
JSON representation
Prank program that randomly echoes the last key pressed after a few repetitions.
- Host: GitHub
- URL: https://github.com/xeintdm/keyboardecho
- Owner: XeinTDM
- License: unlicense
- Created: 2025-01-15T23:57:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T00:00:28.000Z (5 months ago)
- Last Synced: 2025-02-07T22:53:05.590Z (4 months ago)
- Language: Go
- Homepage: https://guns.lol/xein
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KeyboardEcho
KeyboardEcho is a prank program that randomly echoes the last key pressed after a few repetitions. It's harmless and lightweight.
## Features
- Randomly echoes keyboard input for added mischief.
- Compact executable size: only 1484 KB with UPX and Go build flags.## Usage
1. Clone the repository:
```bash
git clone https://github.com/XeinTDM/KeyboardEcho.git
cd KeyboardEcho
```2. Install dependencies:
```bash
go get github.com/go-vgo/robotgo
go get github.com/robotn/gohook
```3. Run the program:
```bash
go run main.go
```## Configuration
- **MinThreshold**: The minimum random threshold for key echoing (default: `10`).
- **MaxThreshold**: The maximum random threshold for key echoing (default: `50`).## License
This project is licensed under [The Unlicense](LICENSE), meaning it is free and open for public use.