SET solver
1.0.0
This program will automatically open a browser and solve the daily SET game for you. Has the option to input your username as well after solving the daily set puzzle.
> [MAC] python3 -m venv venv OR [PC] python -m venv venv
> [MAC] venv/bin/activate OR [PC] venvScriptsactivate
> pip install selenium
> https://googlechromelabs.github.io/chrome-for-testing/
> python selenium_set_scraper.py
This program solves the SET game using python and selenium by converting card identifiers into ternary and comparing their values. Changes to the setgame website may break this script and all cards but be visible while running in order to properly click the cards.
For bug-fixing and other project ideas Contact me at: [email protected]