To run Chainsaw Human Typing from the source code, follow these instructions:
- Install Python: Ensure you have Python 3.6 or higher installed on your system. You can download Python from the official Python website.
- Clone the Repository: Clone the repository using Git. Open your terminal and run:
git clone https://github.com/LyubomirT/chainsaw-human-typing.git
- Install Dependencies: Navigate to the project directory and install the required dependencies:
pip install -r requirements.txt
- Run the Application: Execute the main script to start the application:
python main.py
- 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.