I am wondering how I would write a Python script to carry out the following set of steps: (1) open a typical .docx, (2) select all, (3) copy to clipboard, (4) store as a string.
I don't care about preserving any formatting, nor about graphics, nor about tables. I just want the text stored as a gigantic string, for parsing and analysis.