Random text generator using Markov Chains
Instructions:
- Run
main.py - Enter number of words you want to generate when prompted
- Your text will be printed out
I used the 1818 novel "Frankenstein" by Mary Wollstonecraft Shelley, from The Project Gutenberg as training data, but you can use any large text you want to get different results.
This project is licensed under the MIT License, meaning you are free to use, modify, and distribute it with proper attribution.