Re: [Tutor] code to generate my own text captchas

2012-10-25 Thread Alan Gauld
On 24/10/12 22:05, Tsila Hassine wrote: Hello all, I am looking for simple python code that will take a given string and distort it, captcha like. it is for artistic purposes, so no verification required. I just need the image q text distortion code. A Google search for 'python captcha generato

Re: [Tutor] code to generate my own text captchas

2012-10-24 Thread Steven D'Aprano
On 25/10/12 08:05, Tsila Hassine wrote: Hello all, I am looking for simple python code that will take a given string and distort it, captcha like. You won't find any such simple code, because distorting images is not simple. This is a mailing list for learning how to program in the Python prog

Re: [Tutor] code to generate my own text captchas

2012-10-24 Thread Modulok
On 10/24/12, Tsila Hassine wrote: > Hello all, > I am looking for simple python code that will take a given string and > distort it, captcha like. it is for artistic purposes, so no verification > required. I just need the image q text distortion code. > Thanks!!! > tsila You might look into writ

Re: [Tutor] code to generate my own text captchas

2012-10-24 Thread Mark Lawrence
On 24/10/2012 22:05, Tsila Hassine wrote: Hello all, I am looking for simple python code that will take a given string and distort it, captcha like. it is for artistic purposes, so no verification required. I just need the image q text distortion code. Thanks!!! tsila I'll send you some code i

[Tutor] code to generate my own text captchas

2012-10-24 Thread Tsila Hassine
Hello all, I am looking for simple python code that will take a given string and distort it, captcha like. it is for artistic purposes, so no verification required. I just need the image q text distortion code. Thanks!!! tsila -- -- missdata.org