Skip to content

⌨️ Chainsaw Human Typing is a tool that allows you to simulate human typing on a keyboard if you can't, or don't want to, paste directly.

License

Notifications You must be signed in to change notification settings

LyubomirT/chainsaw-human-typing

Repository files navigation

chainsaw-human-typing

Welcome to the chainsaw-human-typing repository! Chainsaw Human Typing is a tool that allows you to simulate human typing on a keyboard if you can't, or don't want to, paste directly. This is useful for simulating human typing in a video, for example.

Getting Started 🚀

Simply download one a binary from the releases page and run it. You can also build it yourself by cloning the repository and running python main.py.

Usage 🛠

It's ️quite easy to use, actually! Just type the text you want to simulate typing in the input field and press the "Start Typing" button. The text will be typed out in the input field below. You can see the progress in the progress bar.

Run from Source 🏗

To run the project from source, you need to have Python 3.6 or higher installed. You also must install the dependencies by running pip install -r requirements.txt. After that, move to the src directory and run python main.py to run the project.

To build the project, you can use PyInstaller. build.ps1 is a PowerShell script that builds the project using PyInstaller. You can run it by running .\build.ps1. The output will be in the dist folder, note that the script is configured to build a Windows executable and that you need to have PyInstaller installed.

Contributing 🤝

If you want to contribute to this project, feel free to fork it and submit a pull request. I'll be happy to review it! If you have any questions, feel free to open an issue. Please check the CONTRIBUTING file for more information.

License 📝

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Translations 🎌

  • 中文/Chinese README README-ZHCN
  • Norwegian README README-NO

Acknowledgements 🙏