分类器 通过将文件分类为音乐,pdf,图像等文件夹,来组织当前目录中的文件。 安装 $ pip install classifier 兼容性 Python 2.7 / Python 3.4 Linux / OSX / Windows 用法 转到您要对文件进行分类的目录。 在终端中运行以下命令。 $ classifier >> Scanning Files >> Done ! 例子 前: Downloads │   ├── project.docx │   ├── 21 Guns.mp3 │   ├── Sultans of Swing.mp3 │   ├── report.pdf │   ├── charts.pdf │   ├── VacationPic.png │   ├── CKEditor.zip │   ├── Cats.jpg │   └── archive.7z 后:
2022-02-09 19:49:04 8KB python classify-files Python
1