README.md
pyproject.toml
setup.cfg
setup.py
BanterBot.egg-info/PKG-INFO
BanterBot.egg-info/SOURCES.txt
BanterBot.egg-info/dependency_links.txt
BanterBot.egg-info/entry_points.txt
BanterBot.egg-info/requires.txt
BanterBot.egg-info/top_level.txt
banterbot/__init__.py
banterbot/core/__init__.py
banterbot/core/openai_manager.py
banterbot/core/speech_to_text.py
banterbot/core/text_to_speech.py
banterbot/data/__init__.py
banterbot/data/azure_neural_voices.py
banterbot/data/config.py
banterbot/data/enums.py
banterbot/data/openai_models.py
banterbot/gui/__init__.py
banterbot/gui/banter_bot_interface.py
banterbot/gui/banter_bot_tk.py
banterbot/gui/cli.py
banterbot/utils/__init__.py
banterbot/utils/message.py
banterbot/utils/nlp.py
banterbot/utils/speech_to_text_output.py
banterbot/utils/text_to_speech_output.py
banterbot/utils/thread_queue.py
banterbot/utils/word.py
tests/__init__.py
tests/core/__init__.py
tests/core/test_openai_manager.py
tests/core/test_text_to_speech.py
tests/utils/__init__.py
tests/utils/test_message.py
tests/utils/test_nlp.py
tests/utils/test_text_to_speech_output.py
tests/utils/test_text_to_speech_word.py
tests/utils/test_thread_queue.py