Skip to main content

Easy to convert text document to html document

Project description

Text2Html


To Translate text document to html document, Easy to use no code needed Just pass given argument into terminal or command prompt Give input document as text document

Use


For more information on how to use or additional options, type '--help'.

Usage: python -m texttohtml.convert [FILE PATH] [-OPTIONS] [-OUTPUT FILE PATH]

    -o		On success, instead of writing to stdout, write to a file.
    -t		Adds the <!DOCTYPE html> header to the generated code.
    -d		[DEBUG] Each cycle the processor prints information about
		Html structure and file reader.

Example:

python -m text2html.text2html elaa.txt -o elaa.html

title:

Ex:

txt:

@title Title of your web page;

Where @title indicates to apply style and ; indicates the end of style

output:
<title>Title of your web page</title>

charset:

@charset utf-8;

lang:

@lang en;

	To choose the language which you want to show

description:

@description

	To Describe the page using this style

keywords:

@keywords 

	To assign keywords easily top of search engine

author:

@author

	Author of the page

h1:

@h1 
	Heading Style 1

h2:

@h2 
	Heading Style 2

h3:

@h3 
	Heading Style 3

h4:

@h4 
	Heading Style 4
h5:
@h5 
	Heading Style 5
h6:
@h6 
	Heading Style 6

p:

@p
	Paragraph style

pre:

@pre

code:

@code

hr:

@hr

stylesheet:

@stylesheet

span:

@span

strong:

@strong

em:

@em

img:

@img

a:

@a

youtube:

@youtube

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

texttohtml-1.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

texttohtml-1.0-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page