Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 475 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 475 Bytes

PDF-CLI

PDF-CLI is a CLI tool written in Python for simple PDF processing.

Installation

First of all, you need to clone the repository.

git clone https://github.com/Mateusz2734/pdf-cli.git

Then, go to the cloned repository and use the package manager pip to install PDF-CLI.

pip install . --use-pep517

Usage

To see help:

pdf -h

License

MIT