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.
中文/Chinese README README-ZHCN
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
.
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.
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, you can run the project by running python main.py
.
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.
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.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.