Skip to content

Tool for automatic sorting&rename your PDF files collection!

License

Notifications You must be signed in to change notification settings

J0MS/pdf_doctor

Repository files navigation

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: - pdfrw - 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