# toolish **Repository Path**: archibate/toolish ## Basic Information - **Project Name**: toolish - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-06 - **Last Updated**: 2024-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash pacman -S --noconfirm python-virtualenv python-pip python-pyside2 qt5-base qt5-webengine python -m virtualenv venv # 创建虚拟环境 source venv/bin/activate # 进入虚拟环境 pip install -r requirements.txt # 安装程序所需依赖 bash get_models.sh # 下载语音包(可选) python -m gravityassist # 启动 App ``` 所有用户数据存在 `gravityassist/users.db` 中。