Metadata-Version: 2.4
Name: hadhiya
Version: 1.0.0
Summary: A tiny Python package that spreads smiles and positivity.
Author: Faisal Muzaffar
Project-URL: Homepage, https://github.com/faisalimap/hadhiya
Project-URL: Repository, https://github.com/faisalimap/hadhiya
Project-URL: Issues, https://github.com/faisalimap/hadhiya/issues
Keywords: hadhiya,motivation,friendship,smile,ascii,fun,quotes,python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# hadhiya

[![PyPI](https://img.shields.io/pypi/v/hadhiya.svg)](https://pypi.org/project/hadhiya/)
[![Python](https://img.shields.io/pypi/pyversions/hadhiya.svg)](https://pypi.org/project/hadhiya/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A tiny Python package created to make someone smile.

It contains wholesome messages, motivation, cute terminal animations, random compliments, ASCII art, and lots of tiny surprises.

---

## Installation

```bash
pip install hadhiya
```

---

## Quick Start

```python
import hadhiya as h

h.good_morning()
h.smile()
h.compliment()
h.motivate()
```

---

## Examples

```python
import hadhiya as h

h.drink_water()
h.take_break()
h.study()
h.random_fact()
h.secret()
```

---

## Features

- 🌸 Friendly messages
- ☀️ Morning greetings
- 🌙 Night wishes
- 💙 Motivational quotes
- 🌼 ASCII flowers
- ❤️ ASCII hearts
- 🎲 Random surprises
- 📚 Study reminders
- ☕ Tea reminders
- 🌟 Hidden easter eggs
- 😊 Compliments
- 🎉 Fun terminal output

---

## Philosophy

This package exists for one purpose:

> Make someone's day a little brighter.

---

## License

MIT License
