A command-line Python application for creating, managing, and preparing customizable coffee recipes.
Coffee Manager allows users to store and manage coffee recipes using a simple menu-driven interface. Recipes are saved to a CSV file, ensuring persistence between program runs.
This project demonstrates object-oriented programming principles, file handling, and user input validation in Python.
- Create and save custom coffee recipes
- View existing recipes
- Delete recipes
- Menu-driven CLI interface
- Persistent storage using CSV files
- Python
- CSV file handling
- Object-Oriented Programming (OOP)
- Clone the repository:
2. cd Coffee_Manager
3.python recipe_manager.py
git clone https://github.com/Jose-CyberSec/Coffee_Manager.git