You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,9 @@
4
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.
5
5
6
6
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 :)
7
+
8
+
I have used these modules in these files, so kindly ensure that you have all of these modules installed in your pc:
9
+
10
+
mysqlconnector: Connects MySQL and Python and then we can use MySQL in python also. Module link: pip install mysql-connector-python
11
+
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/
0 commit comments