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.
$ pip install -r requirements.txt
To use the Paperbox, open your terminal and run the following command:
$ python paperbox.py <width> <height> <depth>
For a complete list of commands, run:
$ python paperbox.py --help