douyalzd / compress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 图片压缩工具

环境要求

python >= 3.6 

扩展依赖

pip3 install -r requirements.txt

打包成MacOS应用

pyinstaller --onedir -n Compress  -i compress.icns -y -w -D compress.py

打包成Windows应用

pyinstaller --onedir -n Compress  -i compress.ico -y -w -D compress.py

压缩前图片(14.6MB)

image1

压缩后图片(133KB)

image2

效果演示

image3

About


Languages

Language:Python 100.0%