Metadata-Version: 2.2
Name: manishSMS
Version: 0.1.2
Summary: A School Management System
Home-page: https://github.com/Manish-Let-It-Be/manishSMS
Author: Manish Prasad
Author-email: m4manishp4prasad@gmail.com.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Basic School Management System Python Package

   A simple School Management System implemented in Python. This system allows for the management of Students, Staffs, and Courses using a command-line interface (CLI) and stores data in an Excel file.

## Features

The system provides basic CRUD (Create, Read, Update, Delete) functionalities for three main fields:

1. **Students**
   - Add new students
   - Display all students
   - Search for a student by ID
   - Update student details by ID
   - Delete a student by ID

2. **Staff**
   - Add new staff members
   - Display all staff members
   - Search for staff by ID
   - Update staff details by ID
   - Delete staff by ID

3. **Courses**
   - Add new courses
   - Display all courses
   - Search for a course by ID
   - Update course details by ID
   - Delete a course by ID
  
## Screenshots

### CLI Interface
![CLI Interface](https://raw.githubusercontent.com/Manish-Let-It-Be/manishSMS/refs/heads/main/SMS.jpg?token=GHSAT0AAAAAAC4QFT7PGNXIA4XPJM3OTM6KZ4ICQAA)

### Excel File
![Excel File](https://raw.githubusercontent.com/Manish-Let-It-Be/manishSMS/refs/heads/main/SMSexcel.jpg?token=GHSAT0AAAAAAC4QFT7OWO5HJ6ZP7ZVTONMYZ4ICQKA)

## Technologies Used

- **Python**: The programming language used for the implementation.
- **tabulate**: A library used to display data in a tabular format in the CLI.
- **openpyxl**: A library used for reading and writing Excel files, which serves as the database for the system.

## Installation

### Package Installation
1. You can install the School management System package using pip:
    ```bash
    pip install manishSMS
    ```
2. Run the program:
    ```bash
    start
    ```

### Clone & Run
1. Clone the repository:
   ```bash
   git clone https://github.com/Manish-Let-It-Be/manishSMS.git
   cd school-management-system
   ```

2. Install the required libraries:
   ```bash
   pip install tabulate openpyxl
   ```

3. Run the program:
   ```bash
   python sms.py
   ```

## Usage

Once the program is running, you will be presented with a menu to choose between managing students, staff, or courses. Follow the prompts to perform the desired operations.

---

<p align="center">
  <img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&color=39FF14&center=true&width=435&lines=Thank+You+For+Checking+!">
</p>
