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

https://github.com/mathisburger/billing.py

Individual billing PDF rearrange application
https://github.com/mathisburger/billing.py

Last synced: about 1 year ago
JSON representation

Individual billing PDF rearrange application

Awesome Lists containing this project

README

          

# billing.py

A simple python CLI built to rearrange billing PDFs.

## Installation

Install dependencies:
```shell
python3 -m pip install pypdf2
python3 -m pip install flask
```

## Usage

Just execute the file to start the web server
```shell
python api.py
```