This project is a basic billing system to demonstrate OOPS concept in python programming language.
As an admin you can add/remove/modify the products of your convenience store and as a buyer you can enter the product code and you can get the name and price of the product instantly.
There are no additional or external requirements to run this project, Python 3.11 is used in this project.
Use this git command to clone the directory in your pc
git clone < URL of this repository >
After the completion of clone process execute the execution.py file and the project would simply run on your machine.
