subprocess.run(['pip', 'install', 'python-docx'])# remove this is python-docx module installed subprocess.run(['pip', 'install', 'reportlab'])# remove this is ...