I installed docxedit library in my computer to use it at Python.
This library allows me to replace a specific text in a docx file with a new text that I want to use,
but for everyline this library outputs it the replacement succeeded or failed.
For example, if there are 10 lines in a docx file,
the output might includes 9 fail messages and 1 success message.
I would like not to put the 9 fail messages. Is it possible?
If the library is shared at GitHub, can I edit the code and use it in my computer?
I tried to look for the library installed in my computer, but I couldn’t.