-
Install Visual Studio Code
-
Change file path in terminal to where you are downloading project
-
Install dependencies
pip install requirements.txt
-
Open login.py file to view the code
-
Open the terminal and enter
python login.py
to run program.
Note : You have to create your own database
Database name: grocery_store
Tables: admin_register, employees, invoices, products
1.admin_register
- fields : id, username, password
2.employees
- fields : employee_id, username, password, employee_name, contact_num, address, aadhar_num
3.invoices
- fields : bill_number, date, customer_name, customer_contact
4.products
- fields : product_id, category, sub_category, product_name, stock_quantity, MRP
-
python 3.9
-
MySQL Database
-
Visual Studio Code