Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 469 Bytes

File metadata and controls

20 lines (16 loc) · 469 Bytes

Secret Santa Coding Challenge 🎅🎁

This project is a Secret Santa Generator that randomly assigns each employee a Secret Child without repeating the same person.

📌 Features

  • Automatic Secret Santa Name Assignment
  • CSV Output File Generation
  • Error Handling
  • Modular Code Design

Technology Used

  • Python
  • Pandas
  • Openpyxl

How to Run the Project

  1. Clone the Repository
  2. Install dependencies:
    pip install -r requirements.txt