# piano-rs
Play piano in the terminal using PC keyboard.
## Screenshots
## Installation
- Installing via crates.io:
```
cargo install piano-rs
```
- Installing latest version from GitHub:
```
git clone https://github.com/ritiek/piano-rs
cd piano-rs
cargo install
```
## Usage
```
$ piano-rs
```
- Press keys on your PC keyboard to play the notes.
- Adjust note frequency using ← and →.
## License
`The MIT License`