Skip to content
/ goboard Public

creates an svg file for a go board, suitable for a laser printer

Notifications You must be signed in to change notification settings

igor47/goboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

goboard

goboard.py generates an svg file for a go board or goban. The resulting file is suitable to print your own board. I used it on wood with a laser cutter to create a beautiful handmade board. This is also a great example of how to use the svgwrite library in python to create simple graphics.

Usage

You will need svgwrite to use this program:

  pip install svgwrite

To use, simply run from the command line:

  python goboard.py

There are a few command line options which allow you pick where to write the file, and what kind of board to generate. A -h flag will show all the options. Here's an example:

  python goboard.py --size="Standard 13x13" --output="13x13board.svg"

About

creates an svg file for a go board, suitable for a laser printer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages