Metadata-Version: 2.1
Name: irl-wisdom
Version: 2.0.13
Summary: IRL Wisdom™ — daily wisdom, mental models, power laws, and more.
Author-email: Anika Mukherjee <cuteypieanika@gmail.com>
Project-URL: Homepage, https://github.com/Dev2Creator
Project-URL: Repository, https://github.com/Dev2Creator
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: questionary>=2.0.0
Requires-Dist: pyperclip>=1.8.0
Requires-Dist: typer>=0.9.0

# IRL Wisdom™ CLI 🗿

A massive, feature-rich Terminal User Interface (TUI) for daily wisdom, mental models, cognitive biases, 48 laws of power, and hardcore discipline quotes.

## Features
- **Interactive Dashboard:** Beautiful, keyboard-navigable interactive menu.
- **Huge Datasets:** Hundreds of items spanning Stoic wisdom, Moai vibes, powerful facts, and more.
- **Favorites System:** Save your favorite quotes to a local favorites list.
- **Copy to Clipboard:** Instantly copy text to your clipboard.
- **Daily Streak Tracker:** Tracks your daily streak every time you open the app.
- **Moai Upgrade Ritual:** Run irl-wisdom upgrade to check PyPI and safely upgrade the CLI.

## Installation
```bash
pip install irl-wisdom
```

## Usage
Simply run the interactive dashboard:
```bash
irl-wisdom
```

Or run specific commands:
```bash
irl-wisdom daily
irl-wisdom moai
irl-wisdom power
irl-wisdom models
irl-wisdom biases
irl-wisdom discipline
irl-wisdom fact
irl-wisdom upgrade
```

Add the `--copy` flag to copy the output to your clipboard instantly:
```bash
irl-wisdom power --copy
```
## Author

Created by **Anika Mukherjee**  
Email: [cuteypieanika@gmail.com](mailto:cuteypieanika@gmail.com)  
GitHub: [Dev2Creator](https://github.com/Dev2Creator)

## Copyright and trademark

Copyright © 2026 Anika Mukherjee. All rights reserved.

IRL Wisdom™ is a trademark of Anika Mukherjee. The source code is available under the GNU Affero General Public License v3 or later; see [LICENSE](LICENSE).
