Billing Software is a Python GUI project using Ttk Bootstrap.
- 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.