v2.1.0
QuickBill
Latest Version: 2.1.0
Release Date: August 2026
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
Product Management
Invoice
80 mm -
A4 -
Requirements
- Python 3.11+
- Windows 10 / Windows 11
Install dependencies:
pip install -r requirements.txtInstallation
Clone the repository:
git clone https://github.com/kartikbansode/quickbill.gitGo to the project directory:
cd quickbillRun the application:
python app.pyBuilding the Executable
pyinstaller QuickBill.specThe executable will be generated inside the dist folder.
License
This project is licensed under the MIT License.