Skip to content

DC205/dirtysanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DC205 Dirty Santa

Welcome to the DC205 Dirty Santa repository! This project hosts ASCII art, scripts, and resources for our fun and festive hacker-themed Dirty Santa event. Join us as we celebrate the holidays with creativity and camaraderie, DC205 style!


Table of Contents


About

DC205 Dirty Santa is a unique holiday tradition inspired by the hacker ethos. This repository contains:

  • ASCII art to spread the festive cheer.
  • Scripts to randomize gifts or generate event-related fun.

Whether you're part of DC205 or just looking for creative ideas, this repo is for you.


Features

  • Dynamic ASCII Art: Display and customize ASCII art using Python.
  • Randomizer Script: Ensure fairness and fun during gift exchanges.

Usage

Prerequisites

  • Python 3.6+

Running the ASCII Art Script

  1. Clone the repository:

    git clone https://github.com/<username>/dc205-dirty-santa.git
    cd dc205-dirty-santa
  2. Run the script:

    python display_ascii_art.py
  3. Customize the script by editing the ascii_art variable in display_ascii_art.py.

Running the Gift Randomizer

  1. Execute the randomizer script:
    python gift_randomizer.py
  2. Follow the prompts to input participant names and gifts.

Contributing

We welcome contributions! Here’s how you can help:

  1. Fork the repository.
  2. Create a feature branch:
    git checkout -b feature/your-feature
  3. Commit your changes:
    git commit -m "Add your feature"
  4. Push to the branch:
    git push origin feature/your-feature
  5. Open a Pull Request.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute as per the license terms.


Contact


Happy Hacking and Happy Holidays!

Releases

No releases published

Packages

No packages published

Languages