Watcher A executable Python app for production telemetry pyinstaller --onefile --noconsole --add-data "images;images" --name "Watcher" --icon="images/icon.ico" main.py --version-file "Watcher.version"