I require a very simple word generating tool to install on my website. The tool should be able to generate word lists in .txt format by simply putting together strings of random letters. for example: aa ab ac ad ..... hello hellp hellq... facebook facebool As you can see by generating random characters it will also make real words by accident which is what I want. The user should be able to do the following: Max character length: (up to 20) Max number of words: (up to 10) Save list as .txt OR view list on clipboard So an example of max word length, if max word length 3 was selected it would generate lists like so: a aa aaa a a aa aa aaa aaa a a a aa aa aa aaa aaa aaa etc. I have very little website knowledge so this tool needs to be something I can upload through godaddy website builder and hey presto webpage is done.
This can done in programming. I mean if your site is developed in asp.net or php then it can be done.