Metadata-Version: 2.4
Name: whom
Version: 1.0.1
Summary: A mysterious library for those who seek
Author: Aubrey
License: MIT
Project-URL: Homepage, https://github.com/aubrey/whom
Project-URL: Repository, https://github.com/aubrey/whom
Keywords: easter-egg,mystery,whom,fun
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Topic :: Games/Entertainment :: Puzzle Games
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# whom

A mysterious Python library for those who seek.

## Installation

```bash
pip install whom
```

## Usage

```python
import whom

# Print the poem with a typing effect
whom.love()

# Or with a custom delay (in seconds)
whom.love(delay=0.02)
```

## What is this?

It’s a playful little easter egg, not meant for serious installs. Sometimes appreciating the tiniest quirks is what keeps life interesting.

## License

MIT
