Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.75 KB

File metadata and controls

39 lines (25 loc) · 1.75 KB

Tools

A collection of web-based and python utility tools.

Available Tools

Python Scripts

rename_epubs.py

Rename epub files to Author - Title.epub format using metadata from the epub file

uv run https://tools.kzuraw.com/python/rename_epubs.py <directory> [--dry-run]

rename_invoices.py

Rename invoice PDFs from company_name invoice_number.pdf to yyyy-mm company_name invoice_number.pdf format. Uses file creation date and formats the invoice number (removes whitespace, converts / to -).

uv run https://tools.kzuraw.com/python/rename_invoices.py <directory> [--dry-run]

Deployment

This project is automatically deployed to Cloudflare Pages. Any changes pushed to the main branch will be reflected at https://tools.kzuraw.com/.

License

MIT License - See LICENSE file for details.