A simple yet effective Secret Santa generator application built with Marimo. This tool helps organize gift exchanges by randomly pairing participants from two different groups.
- 🎯 Create random pairings between two groups
- 🔄 Shuffle names for truly random assignments
- 🖥️ Clean, interactive web interface
- 🚀 Easy to use with simple text input
- Python 3.10+
- Marimo package (installed automatically via
pyproject.toml)
# Clone the repository
git clone https://github.com/tschm/secretsanta.git
cd secretsanta
# Install dependencies
make install# Start the Marimo app
make app- Enter comma-separated names for the first group
- Enter comma-separated names for the second group
- The app will automatically shuffle and display the results
- Use these pairings for your Secret Santa gift exchange
This project is licensed under the MIT License - see the LICENSE file for details.