[EMAIL PROTECTED] wrote:
> ok checking out crossword program how do i run this program
Sorry but that is not enough information for us to act on.
What "crossword program"?
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tu
ok checking out crossword program how do i run this
program
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
"David Holland" <[EMAIL PROTECTED]>To: Sent: Sunday, January 09, 2005 9:44 PMSubject: [Tutor] Crossword program> I wrote a program to create crosswords in python.> It is not perfect but it works, is there any open> source place I can put this for it to be used by> anyone
ideas for their own
programs.
But you might well get some suggestions on tidying
it up a little first...
Alan G.
- Original Message -
From: "David Holland" <[EMAIL PROTECTED]>
To:
Sent: Sunday, January 09, 2005 9:44 PM
Subject: [Tutor] Crossword program
> I wrote
I wrote a program to create crosswords in python.
It is not perfect but it works, is there any open
source place I can put this for it to be used by
anyone who wants it ? (Subject to the gpl licence).
Here is the code in case anyone is interested.
from Tkinter import *
#Crossword program David Ho