Metadata-Version: 2.4
Name: haxmas-day-9-hardikgupta2232
Version: 0.0.1
Summary: Haxmas day 9 python package
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: textual
Description-Content-Type: text/markdown

# Haxmas Day 9 🎄

This is my **Haxmas Day 9** project built using **Textual**  
It is a terminal based Advent Calendar app  
Each day unlocks a surprise and shows progress  

## Features
- 12 day advent calendar
- Each day unlocks on correct date
- Different colours for each day
- Counter showing opened days
- Reset keybind to clear progress
- Clean and simple TUI design

## Controls
- Press number buttons to open days
- Press `r` to reset all days
- Press `d` to toggle dark mode

## How to Run

Make sure Python 3.10 or higher is installed  

```bash
pip install -e .
advent-calendar
```