Skip to content

captain0xff/Clothing-Store

Repository files navigation

Clothing Store Management System

This project is a Clothing Store Management System built using Python, PySimpleGUI for the graphical user interface, and MySQL for the database management. It provides functionalities for both customers and employees to manage and interact with a clothing store's operations.

Features

Customer

  1. Login/Signup: Customers can create an account or log in to an existing account.
  2. Browse and Search: Customers can view available clothes, and sort or filter them based on various criteria.
  3. Add to Cart: Customers can add clothes to their shopping cart.
  4. Place Orders: Orders placed by customers are saved in the MySQL database.

Employee

  1. Login: Employees can log in to access the management functionalities.
  2. Manage Inventory: Employees can add new clothes, edit existing items, or delete clothes from the inventory.
  3. View Sales Statistics: Employees can see sales statistics to analyze store performance.
  4. Customer Details: Employees can view customer details and their purchase history.

Run this project

To run this project first of all run requirements.py with internet turned on to ensure that all the required modules are installed in your desktop. Then run login.py. If you are running this programme for the first time you might be prompted to a GUI window asking you to enter correct password. The creation of database might take some time depending on the specifications of your computer, kindly be patient in this stage. If all goes well you will be taken to the login screen of our project.

Login Screen has two parts: One for customers and one for employees. Select the appropriate one. In order to use employee option you need to enter credentials. For the demonstrations of this project you can enter the following credentials:- Employee ID = 4 User Name = admin Password = projectroot

In customer section you will be able to create your account and then use it to login as customer later.

Screenshots

image image image image image image image image image