Finally, we've added an interactive wizard, and flags to allow for multiple files compiled, and to only compile to C.
- Interactive CLI Wizard: Added an interactive terminal wizard triggered automatically when launching
py2ez80.exewithout arguments or via the--wizardflag. - C-Only Output Flag (
--only-c): Added support to transpile Python files directly to standalone C99 (.c) source code without invoking the CEdev build pipeline. - Batch Compilation (
--multi): Introduced multi-file processing support to sequentially transpile and compile multiple Python scripts in a single command. - ANSI Color Output: Added multi-colored ANSI terminal styling across standard build logs, status messages, and the terminal header banner.