NEW

TextWrapper script allows you to handle multiple paragraphs.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 466 June 4th, 2007 UTC |
|
NEW

Custom String Representations of Bases script allows you to make a number shorter.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 301 June 4th, 2007 UTC |
|
NEW

Logging only new messages generates log lines for users.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 289 June 4th, 2007 UTC |
|
NEW

No print error in console-less environments script allows you to leave all print statements in place.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 272 June 4th, 2007 UTC |
|
NEW

Normalizing newlines between windows/unix/macs script normalizes any string to use unix-style newlines.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 451 June 4th, 2007 UTC |
|
NEW

Visualize unicode strings script shows you some simple steps to visualize unicode strings.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 335 June 4th, 2007 UTC |
|
NEW

List all Type 1 Cyrillic fonts to one PDF file script generates tables showing all Type 1 fonts in Cyri...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 2,229 June 4th, 2007 UTC |
|
NEW

repr() of containers with non-ASCII strings function uses the not-so-commonly-known "string_escape...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 316 June 4th, 2007 UTC |
|
NEW

Chomsky random text generator script creates believable Chomsky style obfuscated prose.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 1,444 June 4th, 2007 UTC |
|
NEW

Echo input with a time delay after each line script echos the input with a time delay after each line.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.1/5) 635 June 4th, 2007 UTC |
|
NEW

Convert DB Fixed-Width Output to CSV Format program takes an input of a fixed width database output fil...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 2,756 June 4th, 2007 UTC |
|
NEW

Efficient character escapes decoding script shows you how to use the Python built in codecs for an effi...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 306 June 4th, 2007 UTC |
|
NEW

Input_demo script demonstrates some keyboard input functions and screen output "magic" that s...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows Python Other Free / Open So... Fair (2.5/5) 324 June 4th, 2007 UTC |
|
NEW

Hierarchical Split script is useful when you want to split a string more times, hierarchically.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 313 June 4th, 2007 UTC |
|
NEW

Align text string script aligns string with spaces between words to fit specified width.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 430 June 4th, 2007 UTC |
|
NEW

Design mini-lanugage for data input script uses Python's superb text handling capability to parse ...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 358 June 4th, 2007 UTC |
|
NEW

Templite script allows you to run a light-weight, fully functional, general purpose templating engine.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 829 June 4th, 2007 UTC |
|
NEW

String Interpolation-Evaluation of Expressions script represents a lightweight and powerful way to eval...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.6/5) 311 June 4th, 2007 UTC |
|
NEW

Split String into n-size pieces script takes a string and returns a list containing the n-sized pieces ...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 495 June 4th, 2007 UTC |
|
NEW

Missing string functions script introduces some functions to help you manage international text.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 302 June 4th, 2007 UTC |
|
NEW

"Safe" Eval script evaluates constant expressions, including list, dict and tuple using the a...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 621 June 4th, 2007 UTC |
|
NEW

Regular expression point of failure script debugs non-matching regular expressions by finding out the m...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 348 June 4th, 2007 UTC |
|
NEW

ProtectUTF8 is a function decorator that can prevent naive functions from breaking UTF-8.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.2/5) 295 June 4th, 2007 UTC |
|
NEW

Marshal unicode strings with PyXML script extends both PyXML Marshaller and Unmarshaller to support the...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 434 June 4th, 2007 UTC |
|
NEW

Simple readlines in reverse script is a very simple implementation for how to do a readlines in reverse.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 398 June 4th, 2007 UTC |
|
NEW

Add thousands separator commas to formatted number script works by adding commas to the first contiguou...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 1,583 June 4th, 2007 UTC |
|
NEW

Windows clipboard viewer script allows you to view the clipboard in Windows.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows Python Other Free / Open So... Fair (2.5/5) 534 June 4th, 2007 UTC |
|
NEW

Using Fonts script demonstrates how to create and render on-screen text using fonts.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 327 June 4th, 2007 UTC |
|
NEW

A simple Tkinter notebook-like widget allows you to organize single-toplevel Tkinter apps in a notebook...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 706 June 4th, 2007 UTC |
|
NEW

Random Text Displayer is a simple script to display a random text on your web page.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Perl GPL Good (3.2/5) 344 June 4th, 2007 UTC |
|
|