Use pip install -r requirements.txt to install all the modules.
| Command | Description |
|---|---|
python main.py -u username |
Gives stats and shows previous games of the User and analyses the game of User's choice |
python main.py -g game.pgn |
Analyzes the game of User's choice |
Stockfish Official Website helped us install and use the Stockfish ML model.
Stockfish Wrapper in pypi helped us use the stockfish binary in a more efficient and systematic way.
Pygame Docs made it easier for us to make the GUI.
Chess.com Unofficial API helped us fetch data for all chess.com users.