This is a Python-based Hotel Management System that uses text to speech library to welcome the patrons. It can be also used to auto-generate the bills for the orders placed by customers
This project was created by me and my team as a mini - poject for our Introductory Python Course in our Fourth Semester. To see the project first hand follow these steps:
- Install using pip/pip3
pip install git+https://github.com/priyanka-p01/Hotel-Management-System.git
- To clone repo use
git clone https://github.com/priyanka-p01/Hotel-Management-System.git
- install hotelms
pip install -e .
- Start Application using
python -m hotelms
- Debian based users might need to install tkinter and espeak before starting the application. To install tkinter use:
sudo apt install python3-tk espeak
- Linux users might need to use
python3
instead ofpython
andpip3
instead ofpip
.
After doing this, you are good to go ahead and create an own version of a hotel management system. Happy Hacking!