LICENSE
README.md
pyproject.toml
go_phantom.egg-info/PKG-INFO
go_phantom.egg-info/SOURCES.txt
go_phantom.egg-info/dependency_links.txt
go_phantom.egg-info/entry_points.txt
go_phantom.egg-info/requires.txt
go_phantom.egg-info/top_level.txt
phantom/__init__.py
phantom/__main__.py
phantom/app.py
phantom/constants.py
phantom/config/__init__.py
phantom/config/manager.py
phantom/config/presets.py
phantom/config/schema.py
phantom/core/__init__.py
phantom/core/active_window.py
phantom/core/platform.py
phantom/core/randomization.py
phantom/core/scheduler.py
phantom/core/stats.py
phantom/core/tab_shortcuts.py
phantom/hotkeys/__init__.py
phantom/hotkeys/manager.py
phantom/simulators/__init__.py
phantom/simulators/app_switcher.py
phantom/simulators/base.py
phantom/simulators/browser_tabs.py
phantom/simulators/keyboard.py
phantom/simulators/mouse.py
phantom/simulators/scroll.py
phantom/stealth/__init__.py
phantom/stealth/anti_detection.py
phantom/stealth/process.py
phantom/ui/__init__.py
phantom/ui/ansi.py
phantom/ui/dashboard.py
phantom/ui/icons.py
phantom/ui/log_handler.py
phantom/ui/modes.py
phantom/ui/tail_formatter.py
phantom/ui/themes.py
phantom/ui/tray.py
tests/test_active_window.py
tests/test_anti_detection.py
tests/test_app.py
tests/test_config_manager.py
tests/test_config_schema.py
tests/test_dashboard.py
tests/test_hotkeys.py
tests/test_icons.py
tests/test_integration.py
tests/test_log_handler.py
tests/test_main.py
tests/test_platform.py
tests/test_presets.py
tests/test_process.py
tests/test_randomization.py
tests/test_registry.py
tests/test_scheduler.py
tests/test_simulators.py
tests/test_stats.py
tests/test_tab_shortcuts.py
tests/test_tail_formatter.py
tests/test_tray.py