# shadeCut **Repository Path**: saiumr/shadeCut ## Basic Information - **Project Name**: shadeCut - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shandeCut ---------------- ## 介绍 python3 + opencv 打造的图片水印去除工具 在运行前请确保有python3的环境,确保已安装opencv库 ## 内容 分了两份代码,[aim.py](./aim.py)和[autoaim.py](./auto/auto.py)以及他们各自编译好的可执行文件 ## 运行 使用的时候注意将图片和代码或者.exe文件放在同一个目录下面运行 **aim.py(aim.exe):** ``` $ python3 aim.py [filename] ``` 或者 ``` $ .\aim.exe [filename] ``` **autoaim.py(autoaim.exe)** ``` $ python3 autoaim.py ``` 或者直接双击autoaim.exe