Metadata-Version: 2.4
Name: funnyreason
Version: 0.1.0
Summary: A simple package that gives a random funny reason for anything.
Author-email: AJ <your_email@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/funnyreason/
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# **funnyreason**

A delightfully pointless Python package that spits out a random, ridiculous reason
for anything in life, coding, debugging, or your next existential spiral.

Because sometimes you don’t need logic — you just need an excuse.

---

## **📦 Install**

```bash
pip install funnyreason
```

---

## **🔥 Usage**

```python
from funnyreason import random_reason

print(random_reason())
```

Example output:

```
Because the universe was bored.
```

Or maybe:

```
A squirrel told me to.
```

Life is unpredictable. This package leans into that.

---

## **✨ What Is This?**

A micro-library with absolutely no practical purpose.
It doesn’t solve problems. It doesn’t optimize code.
It just gives you a funny reason, so you can blame something else.

Perfect for:

* Commit messages
* Slack chats
* Error logs
* Mood-boosting nonsense
* Impressing the neighbor’s cat

---

## **🛠️ Features**

* Zero configuration
* Zero philosophy
* Zero productivity boost
* 100% chaos-inspired reasons

---

## **📄 License (MIT)**

```
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights  
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell  
copies of the Software…
```
