cheese-cracker / table_flask

Make your JSON file to a table webpage using Flask!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

table_flask

This is a simple project which uses Flask along with a few Flask libraries to display JSON (array of dictionaries) files in a neat table! The file needs to be uploaded and the relevant field-keys must be filled in the form. On Submitting the response, the table will be displayed with the corresponding entries.
To install,

  • install requirements using pip or conda...
  • set env variables
  • run flask Cheers, CH.

About

Make your JSON file to a table webpage using Flask!


Languages

Language:HTML 57.1%Language:Python 42.9%