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.
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.
- 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.
- Make sure you have Python 3.x installed on your system.
- Clone or download this repository to your local machine.
git clone https://github.com/yourusername/grocery-management-project.git
- Open a terminal or command prompt.
- Navigate to the project directory.
cd grocery-management-project
- Run the
main.py
script to start the program.
python main.py
- Follow the on-screen instructions to perform various actions, such as adding items, removing items, and managing your shopping list.
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.
This project is licensed under the MIT License.