.gitignore
BORDERS_REMOVAL_REPORT.md
CHANGELOG_SETTINGS.md
CONTRIBUTING.md
EMOJI_REMOVAL_REPORT.md
EMPTY_PANELS_FIX.md
FINAL_IMPROVEMENTS_REPORT.md
FINAL_UI_IMPROVEMENTS.md
HORIZONTAL_LAYOUT_REPORT.md
INTERFACE_TAB_HORIZONTAL_LAYOUT.md
Makefile
README.md
SELECT_WIDGETS_UPDATE.md
TEXTUAL_FIX_REPORT.md
TEXTUAL_MENU_README.md
TEXTUAL_MERGE_UPDATE.md
install.sh
make.bat
pyproject.toml
pytest.ini
remove_emojis.py
remove_emojis_precise.py
requirements.txt
run_tests.py
run_textual_menu.py
test_minimal_textual.py
test_textual_menu.py
.github/workflows/build.yml
.github/workflows/tests.yml
docs/LLM_PARAMETERS_GUIDE.md
docs/LLM_PARAMS_QUICK.md
docs/img/en_img1.gif
docs/img/en_img2.gif
docs/img/en_intro.gif
docs/img/ru_img1.gif
docs/img/ru_intro.gif
docs/locales/README_ru.md
src/penguin_tamer/__init__.py
src/penguin_tamer/__main__.py
src/penguin_tamer/arguments.py
src/penguin_tamer/cli.py
src/penguin_tamer/command_executor.py
src/penguin_tamer/config_manager.py
src/penguin_tamer/config_menu.py
src/penguin_tamer/debug.py
src/penguin_tamer/default_config.yaml
src/penguin_tamer/demo_error_output.py
src/penguin_tamer/dialog_input.py
src/penguin_tamer/error_handlers.py
src/penguin_tamer/i18n.py
src/penguin_tamer/llm_client.py
src/penguin_tamer/logger.py
src/penguin_tamer/prompts.py
src/penguin_tamer/settings_overview.py
src/penguin_tamer/system_info.py
src/penguin_tamer/text_utils.py
src/penguin_tamer/textual_config_menu.py
src/penguin_tamer/textual_config_menu_backup.py
src/penguin_tamer/textual_config_menu_old.py
src/penguin_tamer/textual_simple_menu.py
src/penguin_tamer/themes.py
src/penguin_tamer.egg-info/PKG-INFO
src/penguin_tamer.egg-info/SOURCES.txt
src/penguin_tamer.egg-info/dependency_links.txt
src/penguin_tamer.egg-info/entry_points.txt
src/penguin_tamer.egg-info/requires.txt
src/penguin_tamer.egg-info/top_level.txt
src/penguin_tamer/locales/__init__.py
src/penguin_tamer/locales/ru.json
src/penguin_tamer/locales/template_locale.json
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_command_executor.py
tests/test_llm_client.py