A handy tool written in Python that converts hand drawn doodles into Bootstrap html website template.
pip install
python manage.py runserver
The upload page has a custom LiterallyCanvas canvas where the wireframes can be drawn and downloaded.
Check out the example doodle
Currently these basic components of Bootstrap 4 are supported:
Parent like components(
container, row, col
) require a closing tag with-end
container
requires acontainer-end
row
requires arow-end
column
requires acolumn-end