File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff 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
3232room-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
4343git clone https://github.com/your-username/room-management-system.git
4444cd room-management-system
45+ ```
4546
4647---
4748
48- # # Install dependencies
49- ` ` ` bash
49+ ## Install dependencies
50+ ``` bash
5051pip install mysql-connector-python
52+ ```
5153
5254---
5355
5456## Run the program
5557``` bash
5658python main.py
57-
59+ ```
5860---
5961
You can’t perform that action at this time.
0 commit comments