Skip to content

Instantly share code, notes, and snippets.

View heenashree's full-sized avatar

heenashree heenashree

  • India
View GitHub Profile
@heenashree
heenashree / csv2html.py
Created September 19, 2017 04:52 — forked from enigmaticape/csv2html.py
Very simple CSV to HTML table in Python
#!/usr/bin/python
import sys
import os
import csv
import string
if len( sys.argv ) < 2 :
sys.stderr.write( sys.argv[ 0 ] +
": usage - " +