HTML format This is a exercise tool that convert simple text or xml to html by python. $ python text/main.py < test.txt > test.html $ python xml/website.py sample/website.xml sample/public Sample - TEXT -> HTML source: test.txt -> output: test.html Sample - XML -> HTML source: website.xml -> output: website.html