Indent text like email clients

Indent text like email clients 1.0

Indent text like email clients 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 370
  • Released: Jun 4, 2007

Indent text like email clients 1.0 Description

Indent text like email clients script helps you to manage the text identation.

Indent text like email clients 1.0 Keywords

Indent text like email clients Bookmark

Hyperlink code:
Hyperlink for Forum code:

Indent text like email clients 1.0 Script Download Notice

Top 4 Download periodically updates information of Indent text like email clients 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Indent text like email clients 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

AWK like text processing

AWK is a text processing language that makes it easy to "search files for lines [...] that contain certain patterns. When a line matches one of the patterns, awk performs specified actions on that line." (GNU Awk User's Guide). This script provides a way to do the same thing in python. ...
Python

Text transformer with conditions

... uses an efficient way to tranform a file's text to something else, with conditions for few lines. ...
Python

TextWrapper

This script overrides the Python built in function TextWrapper.wrap with an implementation that handles spiltting a document into paragraphs and processing each individually. This allows things such as initial_indent to work as expected. ...
Python

Changing the indentation of a multi line string

When working with text, it may be necessary to change the indentation level of a block. This code will take ... leading spaces to each line so that the indentation level of the block matches some absolute number of spaces. ...
Python

Format a text block

This function formats a block of text. The text is broken into tokens. (Whitespace is NOT preserved.) ... tokens are reassembled at the specified level of indentation and line width. A string is returned. ...
Python