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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

bv.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