从源代码运行 Chainsaw Human Typing

要从源代码运行 Chainsaw Human Typing , 跟随以下步骤:

  1. 安装 Python: 确保你安装了 Python 3.6 或更高版本。 你可以从这里下载Python 【Python官网】.
  2. 克隆仓库: 用Git克隆仓库。 打开终端然后运行:
    git clone https://github.com/LyubomirT/chainsaw-human-typing.git
  3. 安装依赖: 去到项目根目录然后安装必要的依赖:
    pip install -r requirements.txt
  4. 运行APP: 运行主脚本来运行app:
    python main.py
  5. 构建项目: 要把app构建为一个可执行文件, 你可以使用PyInstaller. 运行以下Powershell脚本:
    .\build.ps1
    这会在 dist 文件夹创造一个可执行文件。
回到主页