Skip to content

Python based GUI system for managing everyday tasks in a grocery store.

Notifications You must be signed in to change notification settings

Swarangdani7/Grocery-Store-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO RUN:

  1. Install Visual Studio Code

  2. Change file path in terminal to where you are downloading project

  3. Install dependencies pip install requirements.txt

  4. Open login.py file to view the code

  5. Open the terminal and enter python login.py to run program.

Note : You have to create your own database

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

Software Requirements:

  1. python 3.9

  2. MySQL Database

  3. Visual Studio Code

About

Python based GUI system for managing everyday tasks in a grocery store.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages