.gitignore
LICENSE
README.md
pyproject.toml
.github/FUNDING.yml
.github/workflows/pypi.yml
.github/workflows/tests.yml
bard/__init__.py
bard/_version.py
bard/app.py
bard/audio.py
bard/cache.py
bard/chunking.py
bard/html.py
bard/input.py
bard/install_desktop.py
bard/models.py
bard/util.py
bard/voices.py
bard/backends/__init__.py
bard/backends/diskcache.py
bard/backends/elevenlabs.py
bard/backends/kokoro.py
bard/backends/openai.py
bard/backends/paths.py
bard/backends/piper.py
bard/frontends/abstract.py
bard/frontends/terminal.py
bard/frontends/trayicon.py
bard_cli.egg-info/PKG-INFO
bard_cli.egg-info/SOURCES.txt
bard_cli.egg-info/dependency_links.txt
bard_cli.egg-info/entry_points.txt
bard_cli.egg-info/requires.txt
bard_cli.egg-info/top_level.txt
bard_data/examples/The Strategy Behind Trump’s Defiance of the Law _ The New Yorker.html
bard_data/share/icon.png
bard_data/share/icon.svg
bard_data/templates/bard.desktop
docs/app-tray-menu.png
tests/__init__.py
tests/test_cache.py
tests/test_chunking.py