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
- Host: GitHub
- URL: https://github.com/harshkapadia2/restaurant-billing-python
- Owner: HarshKapadia2
- License: mit
- Created: 2019-09-28T13:59:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T11:30:34.000Z (over 5 years ago)
- Last Synced: 2024-10-11T11:26:45.510Z (12 months ago)
- Topics: miniproject, python, python3, restaurant
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.