Project Name:
Python Bill or Reciept Generator
Project Description :
A simple project to help sellers and vendors to maintain an online format of bill and generate it quickly on the spot.
This will provide convenience to both customer and the seller.
- Tech stack used : Python and its modules
How to use this program
- import fpdf module by the command :
pip install fpdf
- Then simply run this program with the relevant inputs to generate a bill
- the bill will be generated in the same directory as the code file in .pdf form .
- At the same time the reciept text file updates according the the given inputs.
Demonstration
demo images


Demo Video
Screencast1
Additional Note:
This project is still in development stages and need many feature updates with some bug fixes.
With more contribution, this can be a very memorable open source project.
Contributor
This project is contributed by @Subha-5
Dependencies
Pyodide-runnable
No - it depends on the fpdf package (not bundled with Pyodide) to render a PDF receipt.