A package to generate fake invoices using Faker and InvoiceGenerator
Project description
FakeInvoiceGen
A Python package that generates fake invoices using Faker and InvoiceGenerator libraries.
Features
- Generate any number of random invoices with fake data
- Customize invoice data with your own inputs
- Easy to use API
- Configurable invoice templates
Installation
pip install fakeinvoicegen
Quick Start
from fakeinvoicegen import InvoiceGenerator
# Generate 5 random invoices
generator = InvoiceGenerator()
generator.generate_invoices(count=5)
# Generate invoice with custom data
custom_data = {
'client_name': 'John Doe',
'amount': 1000.00,
'due_date': '2024-12-31'
}
generator.generate_invoice(custom_data=custom_data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fakeinvoicegen-0.1.0.tar.gz
(5.2 kB
view details)
File details
Details for the file fakeinvoicegen-0.1.0.tar.gz
.
File metadata
- Download URL: fakeinvoicegen-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1dee3ca0c51fad5d7b58935f624996830ffa340bccaa00e00eb0a9c3e8a82967
|
|
MD5 |
457ac21a4b487f923b970ac60705984b
|
|
BLAKE2b-256 |
5a51a7cdb585523ea3485f5f2e901941544dffe58b044326222b324cc8fafc85
|