h-techzone6/billing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Billing Software is a Python GUI project using Ttk Bootstrap.

App Screenshot

  • Add Customer Name, Mobile
  • Generate Tax
  • Generate Bill and
  • Output as bill.txt

Use the package manager pip to install ttkbootstrap.

pip install ttkbootstrap
# import ttkbootstrap
from tkinter import *
import ttkbootstrap as tb

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

MIT