Metadata-Version: 2.4
Name: drumterm
Version: 0.1.0
Summary: A terminal drum pad with metronome
Author: Your Name
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Drumterm

This is a PyPI package that provides a command line interface (CLI) for playing the drums using a keyboard. It allows users to play different drum sounds by pressing specific keys on their keyboard. The package is designed to be simple and easy to use, making it accessible for anyone who wants to create music using their computer, especially if you're putting off buying a drum kit.

## Installation

To install the package, you can use pip. Open your terminal and run the following command:

```bash
pip install drumterm
```

## Usage
Once the package is installed, you can start using it by running the following command in your terminal:

```bash
drumterm
```

Instructions will be displayed on the screen, showing you which keys correspond to which drum sounds. You can then start playing by pressing the keys on your keyboard.
