π Virtual Group Creator: Spicing up teamwork! π² Generate random student groups with ease. Input names manually or from files. Unleash the power of serendipitous collaborations! π‘ #Teamwork #Collaboration #Education
Create and manage student groups with ease using the Virtual Group Creator! This interactive C program allows you to input student names, generate random groups, and save the group assignments to a file. You can also read student names from a text file for convenience. Get started with this fun and efficient tool for organizing your student groups.
- Add student names manually or from a text file
- Generate random student groups
- Save group assignments to a file
- Search for students and their group assignments
- Easy-to-use command-line interface
- Clone the repository to your local machine.
- Compile the C program using your preferred compiler.
- Important: Place the text file containing student names (e.g.,
names.txt) in the same folder as the compiled executable. - Run the executable to start the Virtual Group Creator.
- Choose one of the following options to input student names:
- Option 1: Enter names manually:
- Enter the number of students.
- Input the name/number for each student when prompted.
- Option 2: Read names from the text file (located in the same folder as the executable):
- Simply enter the filename
names.txt(or the name of your text file) when prompted.
- Simply enter the filename
- Option 1: Enter names manually:
- Select the number of groups you want to create.
- The program will generate random student groups and display the assignments on the screen.
- You can save the group assignments to a file (e.g.,
group_assignments.txt) in the current folder for future reference.
To make it easy to try out the Virtual Group Creator project, I've included an example text file (example.txt) that contains 25 student Numbers. This file can be found in the root directory.
- C compiler