项目作者: J0MS

项目描述 :
Tool for automatic sorting&rename your PDF files collection!
高级语言: Python
项目地址: git://github.com/J0MS/pdf_doctor.git
创建时间: 2019-01-09T00:41:06Z
项目社区:https://github.com/J0MS/pdf_doctor

开源协议:GNU General Public License v3.0

下载


PDF_Sorter

Build Status contributions welcome HitCount Coverage Status Known Vulnerabilities

Motivation

Sometimes a large collection of PDF files may be messy and recovering a file can be a big problem :neckbeard:..

enter image description here

What is the goal?

The plague of the unnamed files never again.

Solution

This tool solves the problem by identifying the year of publication and title by renaming each file with the correct name and ordering chronologically

Dependencies

This tool require the following modules:

  1. - pdfrw
  2. - PyPDF2

Usage.

Whit Python3 simply:

PDF_Sorter.py [OPTION] … [PATH]
If you have multiple directories:
PDF_Sorter.py [OPTION] … [PATH1] [PATH2] [PATH3] ….[PATH n]

Type PDF_Sorter.py -h for help.

Installation.

TO-DO