建模程序 多个定时程序
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.
 
 
dongchangxi c34a7f6054 exe4 1 week ago
..
auto_sliceing_operate exe4 1 week ago
dist exe3 1 week ago
download_batch_data 4567789 2 weeks ago
utils 222 2 weeks ago
README.md 2222 2 weeks ago
README_BUILD.md 111111 2 weeks ago
build_exe.bat 合并程序 2 weeks ago
build_exe.py exe4 1 week ago
config.example.toml 111111 2 weeks ago
config.toml 最新版 1 week ago
main.py exe4 1 week ago
requirements.txt 4567789 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 客户端(如果使用)

快速开始

  1. 安装依赖

    pip install -r requirements.txt
    
  2. 配置配置文件

    • 复制 config.example.tomlconfig.toml
    • 根据实际情况修改配置
  3. 运行程序

    python main.py <command> [work_dir]
    

打包为 exe

详见 README_BUILD.md