README.md
August 14, 2020 ยท View on GitHub

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