blob: b80704c4054d4c74571d84468b6dd8e20b370eb4 [file] [log] [blame]
Guido van Rossum8b83bce1992-03-02 16:15:12 +00001This directory contains a collection of executable Python scripts.
2
Guido van Rossum09b39fa1995-03-02 16:00:55 +00003See also the Tools/scripts directory!
Guido van Rossum8b83bce1992-03-02 16:15:12 +00004
Georg Brandl6faacd32010-08-02 22:55:17 +00005beer.py Print the classic 'bottles of beer' list
6eqfix.py Fix .py files to use the correct equality test operator
7fact.py Factorize numbers
8find-uname.py Search for Unicode characters using regexps
9from.py Summarize mailbox
10lpwatch.py Watch BSD line printer queues
11makedir.py Like mkdir -p
12markov.py Markov chain simulation of words or characters
13mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
14morse.py Produce morse code (as an AIFF file)
15newslist.py List all newsgroups on a NNTP server as HTML pages
16pi.py Print all digits of pi -- given enough time and memory
17pp.py Emulate some Perl command line options
18primes.py Print prime numbers
19queens.py Dijkstra's solution to Wirth's "N Queens problem"
20script.py Equivalent to BSD script(1) -- by Steen Lumholt
21unbirthday.py Print unbirthday count
22update.py Update a bunch of files according to a script