python build_cli.py input/index.html python build_cli.py input/index.html --name MyApp --width 1280 --height 720 python build_cli.py input/index.html --fullscreen --icon app.ico HTML_TO_EXE_CONVERTER/ ...
oregon-trail-decompiler/ ├── main.py # Main CLI entry point ├── README.md # This file ├── tools/ # Tool modules │ ├── decompiler/ # Decompiler modules │ │ ├── analyzers/ # Analysis modules │ │ │ ├── _ ...