Skip to content

Generates chessboard svg files using the python module svgwrite.

License

Notifications You must be signed in to change notification settings

gr4viton/chessboarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chessboarder

Generates chessboard svg files using the python module svgwrite.

User can specify its dimensions in [mm], x and y offsets. The script can print a frame around the paper, as well as informatic title header.

Requirements

Install module svgwrite

$ pip install svgwrite

Command prompt

Can be used from the terminal

$ chessboarder -a <a-side> -b <b-side> -x <x-offsets> -y <y-offsets> -c <color-odd> -C <color2-even> -X <paper-width> -Y <paper-height> -[t]itle-print -f <frame-print-color>

Square colors are specified in hex format (#ffffff for white) frame-print-color is svg name-color (green for green)

About

Generates chessboard svg files using the python module svgwrite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages