Skip to content
/ pypsr Public

Turns MHTML into something non-MS browsers can understand

License

Notifications You must be signed in to change notification settings

roam/pypsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypsr

Windows' Problem Steps Recorder (or psr.exe) generates a report containing all steps a user performed, including screenshots of those steps, in a single file, an MHTML file.

Pypsr parses such a file generated by psr and places the resources contained within the file into a single directory.

Installation

For now, just copy the psr.py file to your hard drive. You might want to make it executable:

chmod +x psr.py

If you're on OSX, you can download the Psr.app application in the osx folder.

Usage

This will parse the mht file in the zip and create a directory called bugreport.exploded. Open up the main.htm in that directory to view the report.

psr.py bugreport.zip

You can of course pass the mht file directly. The generated directory will be called Problem_20120623_1342.exploded:

psr.py Problem_20120623_1342.mht

You can specify a directory to use:

psr.py bugreport.zip ~/Desktop/bugreport

And you can tell pypsr to open up the report in your browser automatically:

psr.py bugreport.zip -b

About

Turns MHTML into something non-MS browsers can understand

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages