Skip to content

B-X-Y/gadgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gadgets

English | 中文文档

Table of Contents


Overview

Gadgets is a collection of small, experimental scripts and utilities. Each gadget is independent and may include its own usage instructions and behavior.

The repository currently contains multiple gadgets, with more planned for the future.


Installation

Clone the repository:

git clone https://github.com/B-X-Y/gadgets.git
cd gadgets

Install dependencies:

pip install -r requirements.txt

Available Gadgets

Mimic Typer

Mimic Typer simulates human typing by outputting text character-by-character with natural delays, making the behavior resemble genuine keyboard input and reducing the likelihood of detection by systems that flag automated typing.

Usage

  1. Ensure text_to_type.txt exists in the repository root.
  2. Place the text you want typed into that file.
  3. Run the script:
python mimic_typer.py

After a short delay, it begins typing at your current cursor position.

Humanizer

Humanizer rewrites or paraphrases an essay using an AI-powered rephrasing engine, producing a more natural and human-like version of the original text.

Usage

  1. Create a file named essay_to_humanize.txt in the repository root.
  2. Place the essay you want to humanize into that file.
  3. Run the script:
python humanizer.py

The humanized result will be saved as humanized_essay.txt


LICENSE

This project is licensed under the MIT License. Please see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages