{ "info": { "author": "Elango SK", "author_email": "elango111000@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Text2Html\n------------\nTo Translate text document to html document, Easy to use no code needed\nJust pass given argument into terminal or command prompt\nGive input document as text document\n\n## Use\n--------\n\nFor more information on how to use or additional options, type **'--help'.**\n\n```sh\nUsage: python -m texttohtml.convert [FILE PATH] [-OPTIONS] [-OUTPUT FILE PATH]\n\n -o\t\tOn success, instead of writing to stdout, write to a file.\n -t\t\tAdds the header to the generated code.\n -d\t\t[DEBUG] Each cycle the processor prints information about\n\t\tHtml structure and file reader.\n\n```\n## Example:\n\n**python -m text2html.text2html elaa.txt -o elaa.html**\n\n### title:\n\n Ex:\n\n\ttxt:\n\n\t@title Title of your web page;\n\n\tWhere @title indicates to apply style and ; indicates the end of style\n\n\toutput:\n\t