Sangatsu is a chess.com bot/cheat assistant that highlightsthe best moves for you on the board.
I don't condone cheating, this was just a learning experience to me, please do not use it to cheat against other players.
- TODO
Use the package manager pip to install the requirements.
pip install -r requirements.txtStraightforward, set up your credentials in a credentials.txt file with the following format
username
password
open chess-boy.py or use the command line.
python3 chess-bot.pyTo start a second game, type 'start' in the terminal AFTER starting a new match.
Pull requests are welcome.