Converting Comma-Separated-Values (CSV) files into HTML tables using the Flask framework.
Using the following Bash commands, you can install the app and it run it at http://localhost:8000
# 1. clone the repo:
$ git clone https://github.com/jacobrussell-eng/flask-csv-converter.git
$ cd flask-csv-converter
# 2. install Python packages:
$ pip install -r requirements.txt
# 3. run:
$ python app.py
Sample CSV Files - datablist on GitHub
Sample CSV Files - IBM
Character Encoding types - StackOverflow
Roboto Slab font - Google Fonts
Background Colour - Random Hex Generator