Metadata-Version: 2.4
Name: guitar-tui
Version: 0.5.0
Summary: A TUI application for guitar music theory
Project-URL: Repository, https://github.com/konoerik/guitar-tui
Project-URL: Issues, https://github.com/konoerik/guitar-tui/issues
Author: Erikton Konomi
License-Expression: MIT
License-File: LICENSE
Keywords: chords,fretboard,guitar,music-theory,scales,terminal,textual,tui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Education
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.12
Requires-Dist: platformdirs>=4.0
Requires-Dist: pydantic>=2.0
Requires-Dist: python-frontmatter>=1.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: textual>=1.0
Description-Content-Type: text/markdown

# Guitar TUI

A terminal application for guitar music theory. Structured lessons, interactive
reference tools, and a lick library — entirely keyboard-driven, no browser required.

![Guitar TUI — Key View](https://raw.githubusercontent.com/konoerik/guitar-tui/main/docs/screenshot.png)

- **103 lessons** across 15 tracks — open chords through song analysis, phrasing,
  rhythm, and world scales
- **Tools** — full-neck key/scale explorer, diatonic chord strip, song analysis,
  reference tables
- **Practice** — technique exercises, a looper-ready lick library, and worksheets

## Install

```bash
uv tool install guitar-tui
guitar-tui
```

Or with pip: `pip install guitar-tui`

Requires Python 3.12+ and a good terminal (110×36 or larger recommended).

---

Full documentation, demo animation, and source:
**[github.com/konoerik/guitar-tui](https://github.com/konoerik/guitar-tui)**
