A WalMart billing system using python and tkinter.
- Clone the repository.
- Run the program by typing
python bill.py
- Ubuntu/Linux users need to get python3-tk to run the program and can achieved by
sudo apt-get install python3-tk
- Total bill along with sub-total and tax is displayed.
- Displaying of receipt showing prices of each item and its quantity.
- It also save the recipt and also fetch recipt according to Bill number.
- Select the item of your choice from the displayed menu.
- Enter the quantity of the selected item.
- Total bill is displayed below.