Re: Bullshit Generator

2009-03-29 Thread livibetter
This is fun. I tried to add speech synthesis on Linux, hope you don't mind. If you have speech-dispatcher [1] worked normally, you can replace the main program with # -- # main program # -- try: im

Re: Bullshit Generator

2009-03-29 Thread james
. - want to laugh a bit, I have written a "Bullshit Generator" script in Python (see below). It generates English sentences at random, talking about leading-edge Web-based technologies. For example it can produce simple sentences like "The interface subscriber manages the web-based

Re: Bullshit Generator

2009-03-29 Thread Dotan Cohen
> Hello, > > For those of you that > - want to surf on the edge of Web technology without understanding it, > - desire to be considered as a software guru, > - are forced to write technical documents that nobody will read. > - want to laugh a bit, > > I have written a

Re: Bullshit Generator

2009-03-29 Thread Irmen de Jong
Pierre Denis wrote: I have written a "Bullshit Generator" script in Python (see below). It generates English sentences at random, talking about leading-edge Web-based technologies. For example it can produce simple sentences like "The interface subscriber manages the web-based

Re: Bullshit Generator

2009-03-29 Thread Martin P. Hellwig
Tim Chase wrote: Is it an upgrade from from urllib import urlopen bs = urlopen("http://xahlee.org";).read() Yes it is. Although both produce random quantities of text, only the name can be interpreted offensive, not the content. -- mph -- http://mail.python.org/mailman/listinfo/python-l

speak or Speak ?, was Re: Bullshit Generator

2009-03-29 Thread Stef Mientki
quit nice ! But I had to replace "speak" by "Speak" voice.Speak ( generatedSentence ) not a big issue, but as I want to deploy programs with Sapi, I'm interested if there are different speak engines around. thanks Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Bullshit Generator

2009-03-29 Thread Tim Chase
For those of you that - want to surf on the edge of Web technology without understanding it, - desire to be considered as a software guru, - are forced to write technical documents that nobody will read. - want to laugh a bit, I have written a "Bullshit Generator" script in Python

Re: Bullshit Generator

2009-03-29 Thread Daniel Fetchinson
> Hello, > > For those of you that > - want to surf on the edge of Web technology without understanding it, > - desire to be considered as a software guru, > - are forced to write technical documents that nobody will read. > - want to laugh a bit, > > I have written a

Bullshit Generator

2009-03-29 Thread Pierre Denis
Hello, For those of you that - want to surf on the edge of Web technology without understanding it, - desire to be considered as a software guru, - are forced to write technical documents that nobody will read. - want to laugh a bit, I have written a "Bullshit Generator" script in P