source: python/trunk/Demo/scripts/README

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 1009 bytes
RevLine 
[2]1This directory contains a collection of executable Python scripts.
2
3See also the Tools/scripts directory!
4
[391]5beer.py Print the classic 'bottles of beer' list
[2]6eqfix.py Fix .py files to use the correct equality test operator
7fact.py Factorize numbers
[391]8find-uname.py Search for Unicode characters using regexps
[2]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
[391]13mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
[2]14morse.py Produce morse code (audible or on AIFF file)
[391]15newslist.py List all newsgroups on a NNTP server as HTML pages
[2]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.
Note: See TracBrowser for help on using the repository browser.