Skip to content

Commit 916b6fe

Browse files
Update README.md
1 parent 98c45e6 commit 916b6fe

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Python based Hotel Management System
22
This is a project made by me for service and room management in hotels. This is totally based on Python and SQL. I will try to add more functions to this later in the future
33

4-
First we need to create database and tables for to store our data, that's why we have to run CreatCreating Database(Room_Managmenent_System).py. This will create required database and tables on our database server.
4+
First we need to create database and tables for to store our data, that's why we have to run Creating Database(Room_Managmenent_System).py. This will create required database and tables on our database server.
55

66
Then, we can run Main Program.py. It has many features which are required to manage a hotel. In future I will try to add some more feature. Till then, enjoy :)
77

8-
I have used these modules in these files, so kindly ensure that you have all of these modules installed in your pc:
8+
I have used these modules in these files, so kindly ensure that you have all of these modules installed in your PC:
99

10-
mysqlconnector: Connects MySQL and Python and then we can use MySQL in python also. Module link: pip install mysql-connector-python
10+
mysqlconnector: Connects MySQL and Python and then we can use MySQL in python also. Module link:
11+
pip install mysql-connector-python
1112

12-
tabulate: This module helps to showcase results in tabular form in python: pip install tabulate. For different types of table please refer this link: https://pypi.org/project/tabulate/
13+
tabulate: This module helps to showcase results in tabular form in python:
14+
pip install tabulate
15+
16+
For different types of table please refer this link: https://pypi.org/project/tabulate/

0 commit comments

Comments
 (0)