Skip to content

Commit 0519eae

Browse files
authored
Create Readme.md
1 parent 5772258 commit 0519eae

File tree

1 file changed

+32
-0
lines changed
  • Beginner_Projects/Grocery Inventory Management

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Grocery Inventory Management
2+
3+
A simple Python program to manage a grocery inventory. This program allows you to add items, view the inventory, update item details, and delete items through a user-friendly menu.
4+
5+
---
6+
7+
## Features
8+
1. **Add Item**
9+
- Add new items to the inventory or update the quantity of an existing item.
10+
- Includes input for item quantity and price per unit.
11+
12+
2. **View Inventory**
13+
- Display all items in the inventory with their quantity and price per unit.
14+
15+
3. **Update Item**
16+
- Modify the quantity and price of an existing item.
17+
18+
4. **Delete Item**
19+
- Remove an item from the inventory.
20+
21+
5. **Exit Program**
22+
- Exit the program safely.
23+
24+
---
25+
26+
## How to Use
27+
1. Clone or download this repository to your local machine.
28+
2. Ensure you have Python 3 installed on your system.
29+
3. Open a terminal or command prompt in the program directory.
30+
4. Run the script with the following command:
31+
```bash
32+
python inventory.py

0 commit comments

Comments
 (0)