Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Billing System Using Python

Description:

This is a billing system that can be used in grocery shops. This project is pure beginner friendly and GUI based.


Tech-Stack:

1.Python


Screenshot/Video:

Bill

Billing.System.Preview.mp4

Basic Components:

Python-Loops,Functions,etc

Tkinter -Geometry,mainloop,variables,labels,reliefs


Steps to Run in Local:

Install the Dependencies:

  • Install Python 3.10 and higher

  • Further install this Libraries

  • Or Direct Install Pycharm 3.9

    pip install tkinter
    
    pip install Random
    
    pip install Os