Index
You can download Python from here
I recommend using pip to install the required packages:
pip install -r requirements.txt
This project is a simple chess game, in Python. If you have never heard of Chess, or don't know how to play, check this link:
Execute the following command to start the application
~/Python-Chess python3 chess.py
Execute the following command to see the application input parameters.
~/Python-Chess python chess.py --help