An open API service indexing awesome lists of open source software.

https://github.com/helloharendra/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.
https://github.com/helloharendra/grocert-management-system-mini-project-on-console

groceryproject miniproject project python python3

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributions](#contributions)
- [License](#license)

## 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.

```bash
git clone https://github.com/yourusername/grocery-management-project.git
```

## Usage

1. Open a terminal or command prompt.
2. Navigate to the project directory.

```bash
cd grocery-management-project
```

3. Run the `main.py` script to start the program.

```bash
python main.py
```

4. 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](LICENSE).

# OUTPUT

![Screenshot 2021-12-22 at 12 39 18 AM](https://user-images.githubusercontent.com/78723011/146985522-4000f25f-f6e6-4141-b491-52ba64fcc32e.png)
![Screenshot 2021-12-22 at 12 40 46 AM](https://user-images.githubusercontent.com/78723011/146985638-e4fbf718-7e6a-4982-b2c0-7371d60f8beb.png)
![Screenshot 2021-12-22 at 12 40 54 AM](https://user-images.githubusercontent.com/78723011/146985671-e7413e52-b09a-47dc-a18b-09dfacbd3c0a.png)
![Screenshot 2021-12-22 at 12 42 43 AM](https://user-images.githubusercontent.com/78723011/146985681-1f2a9eac-f9c1-475c-aca5-24ba915054cd.png)