11This directory contains a number of Python programs that are useful
22while building or extending Python.
33
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.
9+
410bgen Generate complete extension modules from a
511 description. Still under development!
612
@@ -9,14 +15,23 @@ compiler A Python source to bytecode compiler written in
915 abstract syntax trees. Still under development.
1016
1117faqwiz FAQ Wizard.
12- See http://grail.cnri.reston.va.us /cgi-bin/faqw.py
18+ See http://www.python.org /cgi-bin/faqw.py
1319 for a live example.
1420
1521freeze Create a stand-alone executable from a Python program.
1622
23+ i18n Tools for internationalization. pygettext.py
24+ parses Python source code and generates .pot files,
25+ and msgfmt.py generates a binary message catalog
26+ from a catalog in text format.
27+
28+ idle A Tkinter-based Python IDE.
29+
1730modulator Interactively generate boiler plate for an extension
1831 module. Works easiest if you have Tk.
1932
33+ pynche A Tkinter-based color editor.
34+
2035scripts A number of useful single-file programs, e.g. tabnanny.py
2136 (by Tim Peters), which checks for inconsistent mixing
2237 of tabs and spaces.
@@ -28,3 +43,8 @@ versioncheck A tool to automate checking whether you have the latest
2843 version of a package (by Jack Jansen).
2944
3045webchecker A link checker for web sites.
46+
47+ world Script to take a list of Internet addresses and print
48+ out where in the world those addresses originate from,
49+ based on the top-level domain country code found in
50+ the address.
0 commit comments