cpython/Demo/scripts
Georg Brandl b3f9d66ca3 Remove ftpstats script, the daemon whose log files it reads is long gone. 2009-10-11 14:49:37 +00:00
..
README Remove ftpstats script, the daemon whose log files it reads is long gone. 2009-10-11 14:49:37 +00:00
beer.py Set missing executable property on scripts 2009-10-11 10:01:17 +00:00
eqfix.py Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. 2006-03-16 06:50:13 +00:00
fact.py Modernize factorisation demo (mostly augassign.) 2009-10-10 21:55:11 +00:00
find-uname.py Set missing executable property on scripts 2009-10-11 10:01:17 +00:00
from.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
lpwatch.py Update lpwatch script. 2009-10-11 14:23:49 +00:00
makedir.py Add 'if __name__ == "__main__":' to files already as a usable as a module. 2004-09-11 16:34:35 +00:00
markov.py Update markov demo. 2009-10-11 08:39:16 +00:00
mboxconvert.py Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. 2006-03-16 06:50:13 +00:00
morse.py Update markov demo. 2009-10-11 08:39:16 +00:00
newslist.doc Initial revision 1994-05-27 13:32:41 +00:00
newslist.py Update lpwatch script. 2009-10-11 14:23:49 +00:00
pi.py Remove unneeded "L" suffixes. 2009-10-10 21:10:05 +00:00
pp.py Bring old demo up-to-date. 2009-10-10 21:07:35 +00:00
primes.py Fix 'primes 0 1' 2009-10-11 09:35:57 +00:00
queens.py Update lpwatch script. 2009-10-11 14:23:49 +00:00
script.py Fix variable. 2009-10-11 12:03:01 +00:00
unbirthday.py Remove outdated comment and fix a few style issues. 2009-10-10 21:43:21 +00:00
update.py Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. 2006-03-16 06:50:13 +00:00

README

This directory contains a collection of executable Python scripts.

See also the Tools/scripts directory!

beer.py			Print the classic 'bottles of beer' list
eqfix.py		Fix .py files to use the correct equality test operator
fact.py			Factorize numbers
find-uname.py		Search for Unicode characters using regexps
from.py			Summarize mailbox
lpwatch.py		Watch BSD line printer queues
makedir.py		Like mkdir -p
markov.py		Markov chain simulation of words or characters
mboxconvert.py		Convert MH or MMDF mailboxes to unix mailbox format
morse.py		Produce morse code (audible or on AIFF file)
newslist.py		List all newsgroups on a NNTP server as HTML pages
pi.py			Print all digits of pi -- given enough time and memory
pp.py			Emulate some Perl command line options
primes.py		Print prime numbers
queens.py		Dijkstra's solution to Wirth's "N Queens problem"
script.py		Equivalent to BSD script(1) -- by Steen Lumholt
unbirthday.py		Print unbirthday count
update.py		Update a bunch of files according to a script.