Skip to content

Commit ce2f403

Browse files
committed
Update listing of subdirectories
Update link to a running instance of the FAQwizard
1 parent 63e0a64 commit ce2f403

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Tools/README

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
This directory contains a number of Python programs that are useful
22
while 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+
410
bgen 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

1117
faqwiz 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

1521
freeze 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+
1730
modulator Interactively generate boiler plate for an extension
1831
module. Works easiest if you have Tk.
1932

33+
pynche A Tkinter-based color editor.
34+
2035
scripts 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

3045
webchecker 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

Comments
 (0)