I have several hundred .rtf files that need to be converted to .txt.
I have tried reading and writing the contents of the files into a new text file, but this seems rather tedious.
Is there an easier way to do this with python 3?
The data in the .rtf files is formatted as a table, and I need to convert it into one long list in the .txt file.