This is my Computer Science project for class 12th. It features a grocery store invoicing system made using Tkinter.
- Create virtual environment
python -m venv venv- Activate virtual environment
source venv/Scripts/activate- create db
python misc/database/create_db.py- Run the program
python project/projectfile.pyNote- username and password for the program is 000001 and 000001 for admin and 000002 and 000002 for cashier respectively.

