shlogg · Early preview
Sm0Ke @sm0kedev

Automated Flask Apps With SQLite Database And UI Kit

Discover 7+ pre-built Flask apps & dashboards with automated workflow: HTML parsing, SQLite database, testing via Selenium & Puppeteer. Perfect for web development with Python.

Hello Coders, 
This article presents a short-list with Flask Apps and light Flask Dashboards generated using an automatized workflow:

✅ Flat HTML themes (bootstrap based) are parsed and transformed into production-ready Jinja2 templates (the native Flask template engine) using an HTML Parser
✅ The processed design is injected into an existing boilerplate code enhanced with SQLite database, SqlAlchemy helpers, and basic tooling. 
✅ A minimum set of tests is automatically executed via Selenium and Puppeteer. 

For newcomers, Flask is a Python-based web framework that emphasizes flexibility a...