Café Terminal Manager is a straightforward Python application designed for café owners to manage and display their menu items, check stock levels, monitor item prices, and calculate the total value of their stock in hand. It utilizes a command-line interface for ease of use and quick access.
- View a list of menu items.
- Check prices for each menu item.
- Monitor stock levels of menu items.
- Calculate and display the total stock worth.
- Clone the repository to your local machine.
- Navigate to the repository folder in your terminal or command prompt.
- Run the script using Python:
python cafe_manager.py