ntnbrtnkv / chess-recognize

β™ŸπŸ” Parse FEN from clipboard image and analyse on https://lichess.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess recognize

Parse FEN from clipboard image and analyse on https://lichess.org


Desktop application

img

See releases page for executable files

Build with TkInter

Creating release

pyinstaller --onefile --clean "Chess Parser.spec"

Development

Setting up the virtual environment

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 

Debug run

python src/main.py

About

β™ŸπŸ” Parse FEN from clipboard image and analyse on https://lichess.org

License:MIT License


Languages

Language:Python 100.0%