Skip to content

A CLI tool for converting chess FENs into images

Notifications You must be signed in to change notification settings

tikul/fen-to-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fen-to-png

fen-to-png is a simple CLI for converting FEN strings to image files.

Install

Clone this repo

git clone https://github.com/tikul/fen-to-png.git
cd fen-to-png

Install dependencies

pip install -r requirements.txt

Usage

python main.py [-h] [-f format] [-o output file] [-dir output folder] FEN FEN FEN FEN FEN FEN

To diplay a help message

python main.py -h

Visit the wikipedia page to read more about FENs.

Demo

rnbqkbnr/pp1ppppp/8/2p5/4P3/5N2/PPPP1PPP/RNBQKB1R b KQkq - 1 2

About

A CLI tool for converting chess FENs into images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages