No description
| __pycache__ | ||
| data/uploads | ||
| static | ||
| templates | ||
| .gitignore | ||
| cost_calculator.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
papercut-lite-printshop
Minimal Flask-based PDF print-cost calculator with optional ink-coverage adjustment.
Run:
docker-compose up --build
Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE_PER_M2 (default 4.0).