# play-img-py **Repository Path**: hsupu/play-img-py ## Basic Information - **Project Name**: play-img-py - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2024-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 初始化环境 ```ps1 python -m venv .venv . .venv/Scripts/activate ``` 准备依赖包 ```ps1 python -m pip install -U pip wheel setuptools pip install -U -r .\requirements.txt ``` 运行 ```ps1 $env:PYTHONPATH = "." python ./drawbox/gen-img-labelxml.py python ./labelfmt/xml2txt.py ```