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
- Host: GitHub
- URL: https://github.com/mathisburger/billing.py
- Owner: MathisBurger
- Created: 2024-04-22T16:13:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T18:10:17.000Z (about 2 years ago)
- Last Synced: 2025-02-12T20:34:31.318Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```