A small and simple test solver for quickly getting through gstti.com tests.
Have you ever just wanted to fly through a gstti test?
It saves you time by inputting the answers into gstti's test for you. Nothing much more with it, just a convenience.
The geckodriver needs to be installed and on the machine's PATH for this script to work.
python -m venv venv source venv/bin/activate # macOS / Linux venv\Scripts\activate # Windows pip install -r requirements.txt