Metadata-Version: 2.4
Name: happiness1
Version: 1.0.0
Summary: 🎁 A colorful gift box in your terminal - Merry Christmas!
Author-email: Your Name <your@email.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/your-user/unwrap
Project-URL: Repository, https://github.com/your-user/unwrap.git
Keywords: christmas,gift,holiday,merry,terminal,ascii,xmas,present
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🎁 happiness1

A colorful gift box in your terminal. Spread joy this holiday season!

## Installation

```bash
pip install happiness1
```

## Usage

### From terminal

```bash
# Show gift box
happiness1

# Show larger gift box  
happiness1 --large

# Animated unwrapping! 🎁✨
happiness1 --unwrap
```

### From Python

```python
import happiness1  # Shows gift automatically!

# Or manually
from happiness1 import show_gift, show_animated
show_gift()
show_gift(large=True)
show_animated()  # Watch it unwrap!
```

## Preview

```
        ★  ★  ★
     ╔═══════════╗
     ║  ░░░░░░░  ║
   ══╬═══█═══╬══
   ║ ║   █   ║ ║
   ║ ║   █   ║ ║
   ║ ║   █   ║ ║
   ║ ║   █   ║ ║
   ╚═╩═══█═══╩═╝
     ═══════════

   ✦ Merry Christmas! ✦
    Happy Holidays 🎄
```

## License

MIT

---

🎄 **Merry Christmas & Happy Holidays!** 🎁
