https://github.com/hadrien/communauto
https://github.com/hadrien/communauto
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hadrien/communauto
- Owner: hadrien
- License: mit
- Created: 2021-06-14T20:59:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T21:27:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T11:31:16.166Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# communauto
Calculate cost estimates against rentals extracted from invoices in pdf format.
Output extracted data & estimates in csv format.
## Install using pip:
```
$ pip install communauto
```
## Usage
```
$ communauto --output result.csv invoice1.pdf invoice2.pdf ...
```