An open API service indexing awesome lists of open source software.

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.

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:

![rename winow](./assets/imgs/rename_window.png)

## Requirements

- tkinter (provided with Python)
- pdftotext