dreamibor / requirements-to-table

Convert Python environmrnt file reuqirements.txt to MarkDown / HTML table.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Python requirements.txt to Markdown / HTML table

Example:

python txt2md.py -i requirements.txt -o table.html -s html

OR

python txt2md.py -i requirements.txt -o table.md -s md

About

Convert Python environmrnt file reuqirements.txt to MarkDown / HTML table.

License:MIT License


Languages

Language:Python 60.1%Language:HTML 39.9%