An open API service indexing awesome lists of open source software.

https://github.com/harshkapadia2/restaurant-billing-python

A basic restaurant billing project using Python
https://github.com/harshkapadia2/restaurant-billing-python

miniproject python python3 restaurant

Last synced: 6 months ago
JSON representation

A basic restaurant billing project using Python

Awesome Lists containing this project

README

          

# Restaurant-Billing-Python
- A simple command lime menu driven restaurant billing project using Python with exception handling.
- The code is in `hotel_Menu.py`.
- Run instructions
- Install [Python](https://www.python.org/).
- Open the command prompt / terminal.
- Set the path for Python if you don't have it already set in your environment variables (Windows users).
- Type `python hotel_Menu.py` in the Command prompt or PowerShell (Windows users) or `python3 hotel_Menu.py` in the Terminal (Mac & Ubuntu users) to run the script.