Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 589 Bytes

File metadata and controls

14 lines (12 loc) · 589 Bytes

这是一个基于PyQt5开发的文件统计工具

  • 统计文件类所有文件类型的数量
  • 统计图片、视频数据量
  • 导出txt、csv

打包命令

nuitka --standalone --mingw64 --show-progress --plugin-enable=pyqt5 --output-dir=dist --windows-console-mode=disable --windows-icon-from-ico=.\application.ico --onefile --include-data-file=application.ico='.\' .\统计.py
pyinstaller -F -w --add-data 'application.ico;.' -i application.ico  统计.py

PixPin_2025-03-17_11-58-00