Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.39 KB

Certainly! Here's a generated README for the code you provided:

Student Management System

This is a Flask application that manages a database of students. It allows you to perform various operations such as displaying, adding, editing, and deleting student records. Additionally, it provides a feature to randomly assign students to different groups.

Prerequisites

  • Python 3.x
  • Flask
  • SQLAlchemy

Installation

  1. Clone the repository: git clone https://github.com/Bansikah/Random_generate_group.git
  2. Navigate to the project directory: cd student-management-system
  3. Install the required dependencies: pip install -r requirements.txt
  4. Set up the database: flask db init flask db migrate flask db upgrade

Usage

  1. Start the application: flask run

  2. Open your web browser and visit http://localhost:5000 to access the Student Management System.

  3. Perform the desired operations:

    • View all students and their assigned groups.
    • Add a new student by providing the name and gender.
    • Edit an existing student's information.
    • Delete a student from the database.
    • Randomly assign a group to a student.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project does not have a license it is just a minor project.