Skip to content

Commit 9e0852c

Browse files
Update README.md
1 parent 12796f9 commit 9e0852c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

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

2929
---
3030

31-
## Project structure
31+
## Project structure
3232
room-management-system/
3333
34-
├── Main_Program.py # Main control file
35-
├── Create_database_Room_Managememt_System.py # Database creation file
36-
├── ReadMe.md # Project overview
34+
├── main.py # Main control file
35+
├── README.md # This file
36+
├── requirements.txt # Python dependencies (optional)
3737

3838
---
3939
## Setup Instructions
@@ -42,18 +42,20 @@ room-management-system/
4242
```bash
4343
git clone https://github.com/your-username/room-management-system.git
4444
cd room-management-system
45+
```
4546

4647
---
4748

48-
## Install dependencies
49-
```bash
49+
## Install dependencies
50+
```bash
5051
pip install mysql-connector-python
52+
```
5153

5254
---
5355

5456
## Run the program
5557
```bash
5658
python main.py
57-
59+
```
5860
---
5961

0 commit comments

Comments
 (0)