blind-chess Terminal based chess interface using PGN notations. Dependencies: Python3.0 or above python-chess: pip install python-chess Usage: Run main.py using any of the following: python3 main.py OR first convert into an executable chmod +x main.py then run, ./main.py