Interactive Multi Upload Runner — GUI detection
How it works
- Load built-in app, or upload .py files / a ZIP / a folder.
- The system scans the uploaded files for GUI imports (tkinter, PyQt, etc.). If found it warns and blocks running.
- Select an entry script (entry*.py) or, if none exists, it will run every uploaded .py that defines run(data).
- Type input or upload data file, then click Run. Output appears below.
Output
Not run yet.