mirror of
https://github.com/kennethreitz/rhymepad.org.git
synced 2026-07-21 22:09:30 +00:00
98f9b41ff0
The engine gains a terminal face: `rhymes analyze` renders a draft with the app's visual language in ANSI truecolor (family-tinted words, brightness by strength, underlined line endings, gray unanswered), `rhymes density` ranks files by rhyme density, `rhymes json` dumps the payload. pyproject grows a build system + console script, so `pip install rhymepad` works once published (both `rhymes` and `rhymepad` are free on PyPI). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
LICENSE
|
|
README.md
|
|
app.py
|
|
pyproject.toml
|
|
rhymes.py
|
|
rhymepad.egg-info/PKG-INFO
|
|
rhymepad.egg-info/SOURCES.txt
|
|
rhymepad.egg-info/dependency_links.txt
|
|
rhymepad.egg-info/entry_points.txt
|
|
rhymepad.egg-info/requires.txt
|
|
rhymepad.egg-info/top_level.txt
|
|
tests/test_rhymes.py |