# 临时项目 **Repository Path**: justonlyyo/temp-project ## Basic Information - **Project Name**: 临时项目 - **Description**: 一些短小的测试和临时性的项目 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-28 - **Last Updated**: 2022-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 临时项目集合 这里放一些小的,临时的项目. ## 安装 ```shell pip install -r requirements.txt ``` ## 项目 ### 1. 切分图片 把图片指定位置的区域切出来粘到excel文件中 #### 运行 根目录下 ```shell python 切分图片.py ```