EZShop is a simple command-line-based shop management system written in Python. This project aims to provide a basic platform for managing an online shop.
- Sign Up as a Customer or Retailer
- Browse available products
- Place orders
- Cancel orders
- Charge Wallet
- View purchase history
- View profile
This project was created by Amin Hashemi (@minhashemi).
- Clone this repository.
- Run the
mainpage()function to start the shop management system. - Follow the on-screen instructions to navigate through the system.
- Python 3.x
# Clone the repository and navigate to the project folder
git clone https://github.com/minhashemi/EZShop.git
cd EZShop
# Run the Python script
`python EZ Shop.py`