Certainly! Here's a generated README for the code you provided:
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.
- Python 3.x
- Flask
- SQLAlchemy
- Clone the repository: git clone https://github.com/Bansikah/Random_generate_group.git
- Navigate to the project directory: cd student-management-system
- Install the required dependencies: pip install -r requirements.txt
- Set up the database: flask db init flask db migrate flask db upgrade
-
Start the application: flask run
-
Open your web browser and visit http://localhost:5000 to access the Student Management System.
-
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.
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.
This project does not have a license it is just a minor project.