MyRestaurant is a Python command-line application that allows users to interactively order from a restaurant menu. It calculates the total cost, applies discounts, and generates a detailed bill. Ideal for demonstrating basic programming concepts such as data structures and user input handling.