Skip to content

jacobrussell-eng/flask-csv-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-csv-converter

Converting Comma-Separated-Values (CSV) files into HTML tables using the Flask framework. screenshot

Local Installation:

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

Resources:

Sample CSV Files - datablist on GitHub
Sample CSV Files - IBM
Character Encoding types - StackOverflow
Roboto Slab font - Google Fonts
Background Colour - Random Hex Generator

About

Converting csv files into HTML tables using the Flask framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published