Skip to content

Commit 12796f9

Browse files
Update README.md
1 parent e5c0161 commit 12796f9

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,32 @@ A simple Python-based Room Management System that uses **MySQL** for backend dat
2828

2929
---
3030

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+
---
3139
## Setup Instructions
3240

3341
### 1. Clone the repository
3442
```bash
3543
git clone https://github.com/your-username/room-management-system.git
36-
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+
```bash
56+
python main.py
57+
58+
---
59+

0 commit comments

Comments
 (0)