Metadata-Version: 2.4
Name: dharsh-parrot
Version: 0.1.0
Summary: Animated Dharsh Parrot for your terminal 🦜
Author-email: Dharsini Sri <purpleunalome@gmail.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🦜 terminal-parrot

Bring the legendary **Party Parrot** to your terminal!  
This animated parrot will dance its way across your screen and brighten your CLI mood. 🎉🐦

---

## ✨ Features

- 🕺 Terminal animation of the Party Parrot
- ⚙️ Adjustable speed and loop count
- 📁 Support for custom animation files
- 🧪 Cross-platform (macOS, Linux, Windows)

---

## 📦 Installation

Install directly from [PyPI](https://pypi.org/project/terminal-parrot/):

```bash
pip install terminal-parrot
```

After installing, run
```bash
parrot
```

### 🔧 Command-line Options

Flag	Description	Default
--delay	Delay between frames (in seconds)	0.1
--loops	Number of times to loop animation	-1 (infinite loop)
--animation	Path to custom .animation file	animations/parrot.animation

### 🧪 Example

parrot --delay 0.05 --loops 3

---
