blob: 097b9b7b63bef8c5ec6e6d3654b69735c9bd4ae4 [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
Martin v. Löwisbb640c12003-06-07 18:46:34 +00005beer.py Print the classic 'bottles of beer' list.
6eqfix.py Fix .py files to use the correct equality test operator
Guido van Rossumec758ea1991-06-04 20:36:54 +00007fact.py Factorize numbers
Georg Brandl22fff432009-10-27 20:19:02 +00008find-uname.py Search for Unicode characters using regexps
Guido van Rossumec758ea1991-06-04 20:36:54 +00009from.py Summarize mailbox
Guido van Rossumec758ea1991-06-04 20:36:54 +000010lpwatch.py Watch BSD line printer queues
Martin v. Löwisbb640c12003-06-07 18:46:34 +000011makedir.py Like mkdir -p
Guido van Rossume0248731994-01-07 10:56:05 +000012markov.py Markov chain simulation of words or characters
Georg Brandl22fff432009-10-27 20:19:02 +000013mboxconvert.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
Guido van Rossum8b83bce1992-03-02 16:15:12 +000016pi.py Print all digits of pi -- given enough time and memory
Guido van Rossumc2b2a041992-08-10 10:43:07 +000017pp.py Emulate some Perl command line options
Guido van Rossumec758ea1991-06-04 20:36:54 +000018primes.py Print prime numbers
Martin v. Löwisbb640c12003-06-07 18:46:34 +000019queens.py Dijkstra's solution to Wirth's "N Queens problem"
Guido van Rossum07c96451994-10-03 16:45:35 +000020script.py Equivalent to BSD script(1) -- by Steen Lumholt
Guido van Rossum46f1ca81994-02-07 13:44:59 +000021unbirthday.py Print unbirthday count
Guido van Rossum09b39fa1995-03-02 16:00:55 +000022update.py Update a bunch of files according to a script.