Answer the question
In order to leave comments, you need to log in
How to open .doc in python?
I tried the docx library (but it only works with docx), docx2txt and searched the Internet, I didn’t find anything worthwhile
, I have Word documents in doc format, how can I open them, I mean at least print to the console if you do this:
with open('somefile.doc', 'r') as file:
print(file)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question