Skip to content

v2.1.1

Choose a tag to compare

@kartikbansode kartikbansode released this 08 Aug 18:13
· 45 commits to main since this release

QuickBill

Latest Version: 2.1.1
Release Date: August 2026

Download (Setup v2.1.1)

QuickBill is a modern desktop billing and inventory management application built with Python. It is designed for retail shops and small businesses, providing fast billing, barcode scanning, inventory management, barcode label generation, and professional PDF invoice creation through a simple and user-friendly interface.


Features

  • Product management: add, edit, delete, search
  • Barcode scanner support with USB / IP camera
  • Fast billing workflow
  • Professional PDF invoice generation
  • Barcode label PDF generation
  • Hold and resume bills
  • Bill history, search, and reprint
  • Automatic bill number generation
  • Inventory and stock management
  • Settings for app and billing configuration
  • Portable JSON-based local database
  • Windows installer and uninstaller

Screenshots

Customer Billing Window

image

Product Management

image

Invoice

80 mm -

image

A4 -

image

Requirements

  • Python 3.11+
  • Windows 10 / Windows 11

Install dependencies:

pip install -r requirements.txt

Installation

Clone the repository:

git clone https://github.com/kartikbansode/quickbill.git

Go to the project directory:

cd quickbill

Run the application:

python app.py

Building the Executable

pyinstaller QuickBill.spec

The executable will be generated inside the dist folder.


License

This project is licensed under the MIT License.


Contact

LinkedIn
https://www.linkedin.com/in/kartikbansode

GitHub
https://github.com/kartikbansode