CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
jarvis_assistant_bot.egg-info/PKG-INFO
jarvis_assistant_bot.egg-info/SOURCES.txt
jarvis_assistant_bot.egg-info/dependency_links.txt
jarvis_assistant_bot.egg-info/entry_points.txt
jarvis_assistant_bot.egg-info/requires.txt
jarvis_assistant_bot.egg-info/top_level.txt
src/__init__.py
src/commands.py
src/common_functions.py
src/goose_game.py
src/main.py
src/memory.py
src/notes_core.py
src/open_ai_input_assistent.py
src/save_load_books.py
src/sorter.py
src/game/__init__.py
src/game/background.png
src/game/background2.png
src/game/bomb.png
src/game/bonus.png
src/game/bonus2.png
src/game/enemy.png
src/game/enemy2.png
src/game/goose_doose.jpg
src/game/player.png
src/game/goose/1-1.png
src/game/goose/1-2.png
src/game/goose/1-3.png
src/game/goose/1-4.png
src/game/goose/1-5.png
tests/__init__.py
tests/main_tests.py
tests/memory_tests.py
tests/notes_core_tests.py
tests/save_load_tests.py