Merged revisions 78818 via svnmerge from
[python/dscho.git] / Tools / README
blobdb6e3705a4f47a6aeb049a80c2da17843c999e62
1 This directory contains a number of Python programs that are useful
2 while building or extending Python.
4 audiopy         Audiopy is a program to control the Solaris audio
5                 device, allowing you to choose both the input and
6                 output devices, and to set the output volume, that can
7                 be run either as a command-line script, or as a
8                 Tkinter application.
10 compiler        Tools used to maintain the compiler package in the
11                 standard library.
13 faqwiz          FAQ Wizard.
14                 See http://www.python.org/cgi-bin/faqw.py
15                 for a live example.
17 freeze          Create a stand-alone executable from a Python program.
19 i18n            Tools for internationalization. pygettext.py 
20                 parses Python source code and generates .pot files,
21                 and msgfmt.py generates a binary message catalog 
22                 from a catalog in text format.
24 modulator       Interactively generate boiler plate for an extension
25                 module.  Works easiest if you have Tk.
27 pynche          A Tkinter-based color editor.
29 scripts         A number of useful single-file programs, e.g. tabnanny.py
30                 (by Tim Peters), which checks for inconsistent mixing
31                 of tabs and spaces.
33 unicode         Tools used to generate unicode database files for
34                 Python 2.0 (by Fredrik Lundh).
36 versioncheck    A tool to automate checking whether you have the latest
37                 version of a package (by Jack Jansen).
39 webchecker      A link checker for web sites.
41 world           Script to take a list of Internet addresses and print
42                 out where in the world those addresses originate from,
43                 based on the top-level domain country code found in
44                 the address.