# ovsgenerator **Repository Path**: pzy88/ovsgenerator ## Basic Information - **Project Name**: ovsgenerator - **Description**: ovscore部署目录 - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-11 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OvsCodeGenerator C++ 反射代码生成工具 ## 安装 ### 从 Gitee Packages 安装 ```bash pip install --index-url https://pypi.gitee.com/yourname/simple/ ovsgenerator ``` ### 从源码安装 ```bash git clone https://gitee.com/yourname/ovsgenerator.git cd ovgenerator pip install . ``` ## 使用 ### 命令行使用 ```bash # 查看帮助 ovs-generator --help # 生成代码 ovs-generator input.h -o output.h ``` ### Python API 使用 ```python from ovgenerator import run, get_exe_path # 获取 exe 路径 exe_path = get_exe_path() print(f"Executable path: {exe_path}") # 运行代码生成器 run(["input.h", "-o", "output.h"]) ``` ## 系统要求 - Windows 10/11 - Python 3.7+ ## License MIT License