Small PyQt6 GUI for probing Compiler Explorer across many C++ compilers/targets and finding the lowest compiler version that compiles your snippet (binary-search style).
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.pyOptional dev tools:
pip install -r requirements-dev.txt