/Grocert-management-system-mini-project-on-console

This is a mini project(grocery management system) using basic python , If you are beginner try this project.

Primary LanguagePython

Grocery Management Mini Python Project

This is a simple Grocery Management Python project that helps you keep track of your grocery items and manage your shopping list. With this project, you can easily add, remove, and display grocery items, as well as maintain a list of items you need to buy.

Table of Contents

Introduction

Managing your grocery items and shopping list can be a hassle, especially when you have a busy schedule. This mini Python project aims to simplify this process by providing a command-line interface to add, remove, and view grocery items.

Features

  • Add new grocery items with details such as name, quantity, and category.
  • Remove items from the grocery list.
  • Display the list of all grocery items.
  • Sort and display items based on categories.
  • Maintain a shopping list of items to buy.

Installation

  1. Make sure you have Python 3.x installed on your system.
  2. Clone or download this repository to your local machine.
git clone https://github.com/yourusername/grocery-management-project.git

Usage

  1. Open a terminal or command prompt.
  2. Navigate to the project directory.
cd grocery-management-project
  1. Run the main.py script to start the program.
python main.py
  1. Follow the on-screen instructions to perform various actions, such as adding items, removing items, and managing your shopping list.

Contributions

Contributions are welcome! If you find any bugs or want to add new features, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

OUTPUT

Screenshot 2021-12-22 at 12 39 18 AM Screenshot 2021-12-22 at 12 40 46 AM Screenshot 2021-12-22 at 12 40 54 AM Screenshot 2021-12-22 at 12 42 43 AM