Create random text generators easilly without programming!
This app lets you create generators like this generator of stories.
I've created theese two sample subgenerators:
This app lets you create your own generators like this too.
QT and QMake is required.
Only building on Linux is officially supported yet (I managed to build it on Windows too, but don't ask me how):
- Clone the repository
- Create directory
build
- Run
qmake ..
andmake
in it - Built binary should be in
build/GeneratorOfGenerators
In summary, run:
git clone https://github.com/FireFragment/generator-of-generators
cd generator-of-generators
qmake
make
./build/GeneratorOfGenerators