This project is a story generator that uses the markovify library to generate text based on a provided input file.
-
Clone the repository to your local machine:
$ git clone https://github.com/greatgodme/Story-Generator.git
-
Install the required packages:
$ pip install numpy markovify
-
Put a large amount of text data into the 'story_file.txt' file.
-
By default it comes with a large amount of text data, it's your wish to add some more using the 'story-add.py' file.
-
Run the script using the following command:
$ python story-generator.py
This project is licensed under the MIT license