https://github.com/tfawcett/rename_papers
rename_papers is a simple program to extract the title from a PDF file, manipulate it, and rename the file.
https://github.com/tfawcett/rename_papers
pdf-files python renamer
Last synced: 20 days ago
JSON representation
rename_papers is a simple program to extract the title from a PDF file, manipulate it, and rename the file.
- Host: GitHub
- URL: https://github.com/tfawcett/rename_papers
- Owner: tfawcett
- Created: 2019-11-17T23:52:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T23:58:05.000Z (over 5 years ago)
- Last Synced: 2024-02-13T21:13:41.867Z (about 1 year ago)
- Topics: pdf-files, python, renamer
- Language: Python
- Homepage:
- Size: 245 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rename_papers
---
## Introduction
*rename_papers* is a simple program to extract the title from a PDF file, manipulate it, and rename the file. It does this with a GUI (tkinter) so you're able to select various fragments comprising the new file name, and various operations on the filename. Here's an example:

## Requirements
- tkinter (provided with Python)
- pdftotext