Skip to content

Commit dd05adb

Browse files
Update README.md
1 parent 7327c89 commit dd05adb

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

Student Management System/README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ A simple command-line based Student Management System built using Python. This s
1414

1515
- Python 3.x
1616

17-
## Getting Started
18-
19-
1. Clone the repository:
20-
```bash
21-
git clone https://github.com/your-username/student-management-system.git
22-
```
23-
24-
2. Navigate to the project directory:
25-
```bash
26-
cd student-management-system
27-
```
28-
3. Run the program:
29-
```bash
30-
python student_management_system.py
31-
```
17+
## ▶️ How to Run the Script
18+
1. Clone the Repository:
19+
```
20+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
21+
```
22+
2. Navigate to Directory:
23+
```bash
24+
cd Simple-Python-Mini-Projects/Student\ Management\ System
25+
```
26+
3. Run the Script:
27+
```bash
28+
python student_management.py
29+
```
3230

3331
## Usage
3432
Once you run the program, you will see a menu with the following options:
@@ -64,4 +62,4 @@ Student added successfully!
6462
- Data Persistence: Store student data in a database (SQLite, MySQL) or a file (CSV, JSON).
6563
- GUI: Implement a graphical user interface using libraries like Tkinter or PyQt.
6664
- Advanced Search: Add features to search for students by different criteria (name, grade, etc.).
67-
- Error Handling: Add more comprehensive error checking and validation.
65+
- Error Handling: Add more comprehensive error checking and validation.

0 commit comments

Comments
 (0)