Tiny Tk/ttkthemes helper that writes autorun.inf to a USB drive, lets you pick the EXE to run, and can turn a batch script into an EXE.
- Select your USB drive and (optionally) a label.
- Pick the executable to auto-run, or click Batch to EXE to paste commands and build one.
- Click Save to copy the EXE and write
autorun.infto the USB root.
- Windows:
pip install -r requirements.txt, then use Batch to EXE (PyInstaller). - Linux: install MinGW-w64 (e.g.,
sudo apt-get install mingw-w64). The app will prompt to install it if missing, then builds a Windows EXE via the cross-compiler.

