A simple web front-end to the BoxMaker command line tool for making designs you can laser-cut.
pip install reportlab
pip install flask
- Make the
tmp
directory writable by your web user
Just run python server.py
and then try it at http://localhost:5000 in your web browser.
If you want to render a box in code, see the test-render.py
example.
This software is released under the [http://www.gnu.org/licenses/agpl.html](GNU Affero General Public License).