| Script Name | Script Desc | Author | Categories | Date Added |
|---|---|---|---|---|
| binaryconverter | Ever wondered how a text would look like in binary? | Agerschou, Emil | Silly Useless |
2007-12-15 21:18:55 |
| simple beer | 100 bottles of beer on the wall... the source code is very easy to understand. Inspired of another program on this site | Agerschou, Emil | Useless | 2007-12-15 06:50:29 |
| Prime Sieve | get_primes() returns a list of primes from 2 till n | Srinivasan, Pranesh | Math Useless |
2007-12-09 10:45:17 |
| Monkey Emulation | well, it's still running as "time ./monkey.py" on my machine, but soon we'll know... soon we'll know. | Eggleston, Daniel | Silly Simulation Useless |
2007-12-06 14:39:18 |
| One Thousand Monkeys | Emulation of a monkey typeing random text. Program gives start time and end time along with number of tries. Useless program, just started using python. Open to speed improvements. | Payne, Steven | Simulation Useless |
2007-11-27 14:32:14 |
| PIL-based CLI Drop Shadower | Draws a black one-pixel-wide drop border around the given image and adds a 4-pixel-wide drop-shadow to the bottom left. Command line, requires PIL. | Burns, Barry | Media Web |
2007-11-27 12:05:15 |
| PIL-based CLI Thumbnailer | Command-line utility to thumbnail images. Requires PIL. | Burns, Barry | Media Miscellaneous Web |
2007-11-27 12:02:36 |
| NT Native Uptime | This script demonstrates the use of the ctypes module to call the undocumented NT "native" APIs which Win32 is implemented in. | Burns, Barry | Miscellaneous Other OSes Windows/Win32/Com |
2007-11-27 11:59:08 |
| Vista functions/constants | An (incomplete) module of Vista-specific functions and constants. | Burns, Barry | Windows/Win32/Com | 2007-11-27 11:54:48 |
| Monkey Shakespeare | Tries to write a line of Shakespeare, the random monkey way. It intercepts KeyboardInterrupt, and saves its state, so it can resume, instead of restarting every time. So far, it hasn't found the answer. | Griffith, Dang | Python Challenges | 2007-11-20 16:26:55 |
| ACM Vol 1, #142--MouseClicks | I can't find the original problem online, but posted it at http://uselesspython.lazytwinacres.net/acm/v001 in the 142.html file. | Griffith, Daniel | ACM Solutions Simulation Useless |
2007-11-18 08:22:29 |
| Number To Words | This program converts Numbers to Words and includes special coding for dollars and cents. It is version 2 of the program (the original program had a bug in the cents portion) | Williams, Marianne | Math Miscellaneous |
2007-11-14 11:05:14 |
| Tkinter Icon Creator/Editor | Tkinter based program that allows you to edit and convert .jpeg, .gif, .bmp and other images into .ico icon files, for use with py2exe GUI Extra. Handy program to have around when you need an icon o_O | Cossette, Patrick | GUI Media Miscellaneous |
2007-11-10 21:16:32 |
| Work Around for Range Integer Limitation | Range and Xrange only allow integers but what if you want to increase by .25 at a time (I pay in quarters). Here is a simple (or simply useless) workaround. | Williams, Marianne | Math Useless |
2007-11-06 12:46:42 |
| ICOFILE Reader/Writer | Reads/Writes out ico files, so you can do management of ICO files in your python scripts. Great for build systems, or just plain experimenting. Shows how to use struct. | Howard, Sea | Media Miscellaneous Windows/Win32/Com |
2007-10-31 17:49:47 |