Metadata-Version: 2.4
Name: rohan-portal-gun
Version: 0.2.2
Summary: A fun Rick & Morty themed CLI portal gun for your terminal
Author: irohanrajput
Author-email: itusharsingh27@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
Description-Content-Type: text/markdown

# rohan-portal-gun

> *"Wubba lubba dub dub!"* — A fun Rick & Morty themed CLI portal gun for your terminal.

A tiny, colorful command-line toy built with [Typer](https://typer.tiangolo.com/) and [Rich](https://rich.readthedocs.io/). It animates a portal gun charging, loading, and going back to sleep — right inside your terminal.

## Install

```bash
pip install rohan-portal-gun
```

## Usage

Once installed, the `rohan` command is available globally:

```bash
rohan shoot     # charge up and fire the portal gun
rohan load      # load the portal gun
rohan sleep     # go back to sleep
rohan --help    # see all commands
```

## What you get

- **`rohan shoot`** — animated charge-up progress bar followed by a portal-opening sequence.
- **`rohan load`** — a dotted spinner reloading animation.
- **`rohan sleep`** — a sleepy `Zz` animation because even Rick needs a nap.

## Requirements

- Python 3.11 or newer

## Links

- Source code: <https://github.com/irohanrajput/portal-gun>
- Issues: <https://github.com/irohanrajput/portal-gun/issues>

## License

Just for fun. Use it, share it, break it.

