The program I was attempting to make was going to be
1.open notepad
2.fill 1 - 2 pages with text
3.save the file (named "1")
4.loop with a different saved name each time (IE named 1, then named 2, then 3, etc etc)
I can open notepad, and loop that, but filling it with strings has me stumped, along with saving it, I would appreciate any help with this.
I'm not sure if its relevant but to open notepad and loop it I used;
import subprocess
notes = subprocess.Popen("notepad")