Metadata-Version: 2.4
Name: pianocli
Version: 1.1.0
Summary: A playable piano in your terminal.
Author-email: Manasvi <manasvi.bathula@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: textual
Requires-Dist: pyfluidsynth
Requires-Dist: typer
Requires-Dist: requests
Requires-Dist: appdirs

# PianoCLI

A playable piano that runs in your terminal.

## Installation

To install the package for development, run:

```bash
pip install pianocli 
````

## Usage

Once installed, you can run the piano from anywhere in your terminal:

```bash
pianocli play
```

To see all available commands, run:

```bash
pianocli --help
```

