This is a Streamlit application that allows users to upload an Excel file with information about individuals, and it generates a specified number of random groups from that information. The groups are then downloaded as separate Excel files.
Features
- Upload your data via an Excel file.
- Specify the number of random groups you want to create.
- Download the generated groups as separate Excel files.
Usage
- Navigate to the deployed Streamlit application (add your Streamlit Cloud URL here).
- Upload an Excel file with the following columns: name, age, sex, location.
- Specify the number of groups you want to create.
- The application will automatically generate the groups and provide you with a download link for a ZIP file containing the Excel files for each group.
Local Development To run the application locally, follow these steps:
- Clone this repository to your local machine.
- Install the necessary Python packages using the command pip install -r requirements.txt.
- Start the application with the command streamlit run app.py.
Deployment This application is deployed on Streamlit Cloud.
Contributing Contributions are welcome! Please create an issue or open a pull request with your changes.