Metadata-Version: 2.1
Name: gelsomino
Version: 1.0.0
Summary: A tiny love package for Gelsomino
Author: saqal
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# gelsomino

A tiny Python package made with love.

## Install

```bash
pip install gelsomino
```

## Usage

Run the full experience:
```bash
iloveyou
```

Or use in Python:
```python
from g import *

kiss()        # 💋
hug()         # 🤗
heart()       # ♥
flower()      # 🌹
stars()       # ✨
butterfly()   # 🦋
crown()       # 👑
sparkle()     # 💫
surprise()    # 🎁
```
