Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 459 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 459 Bytes

Paperbox

Paperbox generates a pdf with the lines to create a paper box with the given dimensions. It is a python script with a command-line tool using docopt.

Installation

$ pip install -r requirements.txt

Usage

To use the Paperbox, open your terminal and run the following command:

$ python paperbox.py <width> <height> <depth>

Commands

For a complete list of commands, run:

$ python paperbox.py --help