# wow-ah **Repository Path**: TJONE/wow-ah ## Basic Information - **Project Name**: wow-ah - **Description**: wow AH - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-17 - **Last Updated**: 2025-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 拍卖行工具 ```text 语言:Python 3.10.6 ``` > 文件说明[/files]: > > 商品数据库.xlsx:手动填写商品,材料公式,专业类型 > > 商品利润表.xlsx:计算利润后的结果表 > > 搜索结果.txt:通过AUC插件搜索的结果粘贴至此 > > 搜索语法.txt:生成指定商品的搜索语法 ```text (venv) PS D:\Users\Administrator\Desktop\wow-ah> python.exe .\src\cmd.py Usage: cmd.py [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: profit search ``` ```text (venv) PS D:\Users\Administrator\Desktop\wow-ah> python.exe .\src\cmd.py search --help Usage: cmd.py search [OPTIONS] 获取AUC的搜索语法 Options: -f, --file TEXT 指定商品数据库文件 -t, --title TEXT 指定搜索分组名 -c, --cate TEXT 指定商品的专业类别 --help Show this message and exit. ``` ```text (venv) PS D:\Users\Administrator\Desktop\wow-ah> python.exe .\src\cmd.py profit --help Usage: cmd.py profit [OPTIONS] 根据数据计算利润率 Options: -f, --file TEXT 指定商品数据库文件 -c, --cate TEXT 指定商品的专业类别 --help Show this message and exit. ```