Skip to content

Python library providing functionality for the creation and rendering of Artin braids.

License

Notifications You must be signed in to change notification settings

rexgreenway/braid-visualiser

Repository files navigation

Braid Visualiser

Simple python library for the creation and rendering of Artin braids.

Installation

This package is available on PyPi and can be installed to your project with pip:

pip install braidvisualiser

Example

  • Rendering a simple 3-strand braid:
import braidvisualiser as bv

braid = bv.Braid(3, 1, -2, 2)

braid.draw()

See the draw method's configurable parameters for rendering options.

About

Python library providing functionality for the creation and rendering of Artin braids.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages