I am trying to hack a Python script to track current downloads in Chrome and turn off my computer automatically after the download process is complete. I know some JavaScript and, if necessary, consider using the PyJs library.
1) Is this a better approach? I do not need the application to be portable, it just works.
2) How to determine the boot process?
3) How would you track the download progress? Obviously, the Chrome API does not provide a specific function for it.
source share