You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 week ago | |
|---|---|---|
| .. | ||
| auto_sliceing_operate | 1 week ago | |
| dist | 1 week ago | |
| download_batch_data | 2 weeks ago | |
| utils | 2 weeks ago | |
| README.md | 2 weeks ago | |
| README_BUILD.md | 2 weeks ago | |
| build_exe.bat | 2 weeks ago | |
| build_exe.py | 2 weeks ago | |
| config.example.toml | 2 weeks ago | |
| config.toml | 1 week ago | |
| main.py | 1 week ago | |
| requirements.txt | 2 weeks ago | |
| test.py | 1 week ago | |
| test.txt | 1 week ago | |
| testAAA.txt | 1 week ago | |
README.md
Factory Sliceing 项目
安装依赖
在运行项目之前,需要先安装依赖:
# 使用 pip 安装
pip install -r requirements.txt
# 或者使用 pip3
pip3 install -r requirements.txt
# 或者使用 python -m pip
python -m pip install -r requirements.txt
主要依赖
toml- 配置文件解析(必需)redis- Redis 客户端oss2- 阿里云 OSS 客户端requests- HTTP 请求库uiautomation- UI 自动化(Windows)pywin32- Windows API(仅 Windows 系统需要)minio- MinIO 客户端(如果使用)
快速开始
-
安装依赖
pip install -r requirements.txt -
配置配置文件
- 复制
config.example.toml为config.toml - 根据实际情况修改配置
- 复制
-
运行程序
python main.py <command> [work_dir]