Text Management scripts - Top 4 Download

Text Management script downloads

Fontlinge

This script searches for font files and sorts them into folders by name.Fontlinge will: - find your fonts - rename files, i.e. from 'AGARBI.TTF' to 'Adobe_Garamond_Bold_Italic.ttf' - create a folder-structure - move the files to the right place - find and removes duplicate files - reunion postscript ...

Chomsky random text generator

This script creates believable Chomsky style obfuscated prose. ...
Python

PUNO

This project is a PHP module (PHP5 and Linux/Unix only) written in C that brings the OpenOffice.org UNO Programming API to the PHP userspace. You can use it to write scripts that create, modify, read and save OpenOffice.org documents (Writer, Spreadsheet, Drawing). Also, you can export these documents in various formats, ...

Finding and Replacing Nemo

On each keystroke, all matches of the given text are highlighted, and the corresponding replacements are performed. Parts of the regular expression can be selected to make their scope appear in the original text. ...
Python

Custom String Representations of Bases

Custom String Representations of Bases script allows you to make a number shorter(like timestamps in URLs). ...
Python

Change line endings

When working between platforms, it is often necessary to convert the line endings on files for them to work, especially when it comes to code. Pass Unix Python code with and it goes nowhere. Same on Mac Python with . This code simply and easily fixes the problem. ...
Python

Php Syntax Highlighter script

This php script converts your php code into a syntax colored html text.Just copy your original code and it generates the html code for you and displays a preview from it. ...

xslfo2pdf

xslfo2pdf is an opensource project of Tegonal GmbH to provide a plain PHP based approach generating PDF document from the xsl-fo standard. The initial release will support basic features. ...

Safe Eval

This script evaluates constant expressions, including list, dict and tuple using the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbitratily nested structures is transparent, the implemenation is very straightforward. ...
Python

Read a text file by paragraph

Text files are most often read by-line, with excellent direct Python support. Sometimes you need to use other units, such as the paragraph -- a sequence of non-empty lines separated by empty lines. Python doesn't support that directly, but, this script adds such functionality. ...
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 a multiline string and add or remove leading spaces to each line so that the indentation level of the block matches some absolute number of spaces. ...
Python

Yet Another Python Templating Utility YAPTU

"Templating" (copying an input file to output, on the fly inserting Python expressions and statements) is a frequent need, and YAPTU is a small but complete Python module for that; expressions and statements are identified by arbitrary user-chosen regular-rexpressions. ...
Python

Retrieving a line at random from a file

This procedure reads through a file of unknown size once, returning a random line from the file. ...
Python

sPHPell

sPHPell is a FREE PHP spell checker that takes the text in a text field via javascript and spell checks it in its own window. The user can perform the usual spell checking operations (ignore, ignore all, change, change all, etc). Simple to include in any PHP page. ...

Doctester for your documentation

The doctester extracts code from stdin and tests it using the doctest module in the standard library. It can be invoked from the command line, but it is best called from you editor of choice. ...
Python

Marshal unicode strings with PyXML

If you want to serialize Python objects to XML then PyXML is a good choice. Except in the case when unicode strings come into play. In this case generic.Marshaller().dump() throws an ugly AttributeError: Marshaller instance has no attribute 'm_unicode' .This script extends both PyXML Marshaller and Unmarshaller to support the de-/serialization ...
Python

Split String into n size pieces

This script takes a string and returns a list containing the n-sized pieces of the string. ...
Python

Fill paragraph

This module contains a function that formats paragraphs of text to have a certain linewidth, optionally stretching lines to that width by filling word gaps with spaces. In other words, it does left-justified/word-wrapped and block formatted paragraphs. ...
Python

LaTeX codec

This script is a codec for converting unicodes to LaTeX markup and vice versa. ...
Python

Blender Script

This script allows you to run a very simple templating-system. ...
Python