Skip to content

ipshitabhardwaj/Shop-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Shop Management System

This project is a simple shop management system implemented in Python, utilizing MySQL for database management. It provides functionality for both administrators and customers.

#Features

  • Admin Section:
    • Add new items to stock
    • Update item prices
    • Delete items from stock
    • Display all items
    • Change admin password
  • Customer Section:
    • Add items to a shopping cart
    • View available items
    • Proceed with purchases

Setup

Prerequisites

  • Python 3.x

  • MySQL server

  • MySQL Connector for Python

    ##To install MySQL Connector: pip install mysql-connector-python

##Set Up MySQL Database: mydb = mysql.connector.Connect(host="localhost", user="root", passwd="password")


Usage ##Admin Select the Admin option from the main menu. Enter the password (default is ng). Perform desired operations: Add, update, or delete items Display all items Change the admin password

##Customer Select the Customer option from the main menu. Choose to view available items, add items to the cart, or proceed with the purchase.

About

Shop management system: python+mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages