Parse FEN from clipboard image and analyse on https://lichess.org
See releases page for executable files
Build with TkInter
pyinstaller --onefile --clean "Chess Parser.spec"
This uses Python 3.10 (see .python-version
), pip3 and virtualenv, if you don't have these installed you can use:
sudo apt-get install python3-pip
sudo pip3 install virtualenv
Then, create a new virtual environment, source it, and install the dependencies from requirements.txt
.
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python src/main.py