Running Chainsaw Human Typing from Source

To run Chainsaw Human Typing from the source code, follow these instructions:

  1. Install Python: Ensure you have Python 3.6 or higher installed on your system. You can download Python from the official Python website.
  2. Clone the Repository: Clone the repository using Git. Open your terminal and run:
    git clone https://github.com/LyubomirT/chainsaw-human-typing.git
  3. Install Dependencies: Navigate to the project directory and install the required dependencies:
    pip install -r requirements.txt
  4. Run the Application: Execute the main script to start the application:
    python main.py
  5. Build the Application: To build the application into an executable, you can use PyInstaller. Run the PowerShell script provided:
    .\build.ps1
    This will create an executable in the dist folder.
Back to Home