Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.64 KB

File metadata and controls

40 lines (25 loc) · 1.64 KB

🎲 Random Group Generator - README

Python Tkinter

📝 Description

The Random Group Generator is a Python application built using Tkinter, a popular GUI toolkit. This application allows you to enter a list of names and specify the number of groups you want to divide them into. It then randomly assigns the names to the groups and displays the results.

🚀 Usage

To use the Random Group Generator:

  1. Clone the repository: git clone https://github.com/Peliah/RandomGenerator.git
  2. Make sure you have Python 3.x installed on your system.
  3. Install the required dependencies by running pip3 install tk.
  4. Run the application by executing the RandomApp.py file.
  5. Enter the names of people you want to group.
  6. Specify the number of groups you want to create.
  7. Click the "Generate Groups" button to randomly assign the names to the groups.
  8. The generated groups will be displayed in the application window.

👥 Collaborators

This project is developed and maintained by the following contributors:

We welcome contributions from the community! If you would like to contribute, please open an issue or submit a pull request.

📄 License

This project is licensed under the MIT License.

Feel free to modify and use the code for personal or educational purposes.


Thank you for using the Random Group Generator! We hope it helps you effortlessly divide people into groups. Happy randomizing! 🎉🎲👥