matt1972
Power Member
- Nov 19, 2009
- 503
- 206
I'm wanting to take my folder of articles and randomly import into python and then output a new article. My folder has say 10 articles and in each text file is a heavily, multi spun article. I want to import randomly one article and have a new article saved out to text/html file. How would I go about starting this? Right now my python code I have will create text files off of randomly getting one line of text from text files but it's static lines and not spinning the spintax, that is what I need to accomplish. Where do I begin with doing this? Thanks.