We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c0161 commit 12796f9Copy full SHA for 12796f9
README.md
@@ -28,9 +28,32 @@ A simple Python-based Room Management System that uses **MySQL** for backend dat
28
29
---
30
31
+## Project structure
32
+room-management-system/
33
+│
34
+├── Main_Program.py # Main control file
35
+├── Create_database_Room_Managememt_System.py # Database creation file
36
+├── ReadMe.md # Project overview
37
+
38
+---
39
## Setup Instructions
40
41
### 1. Clone the repository
42
```bash
43
git clone https://github.com/your-username/room-management-system.git
-cd room-management-system
44
+cd room-management-system
45
46
47
48
+## Install dependencies
49
+```bash
50
+pip install mysql-connector-python
51
52
53
54
+## Run the program
55
56
+python main.py
57
58
59
0 commit comments