Metadata-Version: 2.4
Name: invoice4pdf
Version: 1.0.0
Summary: A Python package that automates the conversion of Excel spreadsheet invoices into professionally formatted PDF documents, complete with itemised tables, calculated totals, and company branding.
Home-page: https://github.com/PeterTZN/Python-Package
Author: Peter Thomson
Author-email: your.email@example.com
License: MIT
Keywords: invoice,excel,pdf,automation,billing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/plain
Requires-Dist: pandas
Requires-Dist: fpdf2
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary


invoice4pdf is a lightweight Python package that streamlines invoice generation 
for small businesses and developers. Simply provide Excel (.xlsx) invoice files 
named with an invoice number and date, and the package automatically produces 
clean, formatted PDF invoices — complete with itemised product tables, unit 
prices, quantities, line totals, a calculated grand total, and your company logo.

Key Features:
- Batch processes multiple Excel invoice files in one run
- Extracts invoice number and date directly from the filename
- Generates a professionally formatted PDF per invoice
- Calculates and displays grand totals automatically
- Supports company logo branding
    
