Calculate the layout on the wall to hang up pictures

Calculate the layout on the wall to hang up pictures.

Installation

pip install git+https://github.com/trbznk/wallc.git

Getting Started

Currently a picture has 4 different parameters:

picture parameters

Use the wallc module to initialize the wall and all planned pictures with certain parameters:

from wallc import Picture, Suspension, Wall, Layout

p1 = Picture(800, 600, Suspension(600, 100))
p2 =

 

To finish reading, please visit source site