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.
Clone the repository:
git clone https://github.com/B-X-Y/gadgets.git
cd gadgetsInstall dependencies:
pip install -r requirements.txtMimic 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.
- Ensure
text_to_type.txtexists in the repository root. - Place the text you want typed into that file.
- Run the script:
python mimic_typer.pyAfter a short delay, it begins typing at your current cursor position.
Humanizer rewrites or paraphrases an essay using an AI-powered rephrasing engine, producing a more natural and human-like version of the original text.
- Create a file named
essay_to_humanize.txtin the repository root. - Place the essay you want to humanize into that file.
- Run the script:
python humanizer.pyThe humanized result will be saved as humanized_essay.txt
This project is licensed under the MIT License. Please see the LICENSE file for details.