Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 697 Bytes

Café Terminal Manager

Description

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.

Features

  • 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.

How to Use

  1. Clone the repository to your local machine.
  2. Navigate to the repository folder in your terminal or command prompt.
  3. Run the script using Python:
python cafe_manager.py