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.
- Host: GitHub
- URL: https://github.com/helloharendra/grocert-management-system-mini-project-on-console
- Owner: helloharendra
- Created: 2021-12-21T19:15:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T20:41:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T11:12:22.705Z (about 1 year ago)
- Topics: groceryproject, miniproject, project, python, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



