Skip to content

yangyt96/win32_ignore_pw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

win32 ignore pop up diaglogue for password

To automate a lot of power point files, it is sometimes stucked with the power point files with password. The issue for this problem is stated here: https://stackoverflow.com/questions/51731292/python-win32com-powerpoint-application-skip-password-pop-up-dialogue

The method is to throw a thread that detects for the 'Password' pop-up diaglogue and close it. If no 'Password' pop-up dialogue is detected, then the thread is terminated through a flag.

The 'Password' pop-up dialogue of the PowerPoint is shown:

png

Requirements

  • windows system
  • Microsoft PowerPoint is installed

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages