This Python script facilitates a Secret Santa gift exchange among a group of individuals. It randomizes gifting pairs without duplicates, creating individualized guidance for each participant.
-
Setting Up:
- Add participant names in the code within the designated list.
- Run the Python script.
-
Execution:
- The code pairs each giver with a receiver randomly.
- In case of duplicates, the script reshuffles until unique pairs are generated.
-
Output:
- The script generates individualized text files for each participant.
- Files include instructions about the assigned recipient for the gift exchange.
- Clone the repository.
- Edit the participant names in the Python code.
- Run the script.
- Access the created files in the output directory for distribution.
- Python 3.x
- Random library
Feel free to contribute and enhance the script's functionalities!