Re: crosswords helper program

2005-10-12 Thread gg
Chris F.A. Johnson a écrit : > On 2005-10-12, gg wrote: > >>I plan to write a program in Python in order to help me doing >>crosswords, I was wondering if such a program already existed. >> >>Basically it will get the number of letters of the word (5, 10, 12...) >>then the letters known (B in se

Re: crosswords helper program

2005-10-12 Thread Chris F.A. Johnson
On 2005-10-12, gg wrote: > I plan to write a program in Python in order to help me doing > crosswords, I was wondering if such a program already existed. > > Basically it will get the number of letters of the word (5, 10, 12...) > then the letters known (B in second letter, E in 5th letter...) an

Re: crosswords helper program

2005-10-12 Thread Lasse Vågsæther Karlsen
gg wrote: > I plan to write a program in Python in order to help me doing > crosswords, I was wondering if such a program already existed. > > Basically it will get the number of letters of the word (5, 10, 12...) > then the letters known (B in second letter, E in 5th letter...) and then > sear