Generate html file by dbf file
pip install --upgrade dbf2html
$ dbf2html --help
Usage: dbf2html [OPTIONS] FILEPATH
Options:
-e, --encoding TEXT
-o, --output TEXT
-t, --title TEXT
--help Show this message and exit.
$ dbf2html test.dbf
$ dbf2html test.dbf -o mytest.html
$ dbf2html test.dbf -o mytest.html --title testdbf_show