The project is being developed currently.
This is part of a IP (~CS) project By Anirudh Agarwal and Mohit Yadav, who have teamed up to create a Hotel Management System using only
- Python 3.7 for backend
- MySQL for data-storing in self-hosted or cloud-based database
- Tkinter as GUI
To run the project in your own computer, first
- Clone the Repo:
git clone https://github.com/SnazzyCoder/HMS-NMS.git && cd HMS-NMS
- Then, install all the requirements using pip (python & pip required):
pip install -r requirements.txt
- Adding database
put up your mysql database
To start the project, run the file main.py
in the root directory using python. Type
python main.py
We do not currently support external contributions. However, you could suggest us what to improve in the next build. When the project will get submitted, there'll be hardly any chances for further deveopment of the software.
You've reached the end (what an achievement). Do let us know how we could improve the system while it is in development phase (heading 2 of this guide).
Thank You