Skip to content

Instantly share code, notes, and snippets.

import os
from os.path import isfile, join
import datetime
from time import sleep
import tkinter
from tkinter import messagebox
mypath = r"C:\Users\Tyler\Documents\GPUFanSpeed"
waitTime = 20
@Hubcapp
Hubcapp / session2html.py
Created June 29, 2018 20:43 — forked from mirogula/session2html.py
Convert Firefox sessionstore.js file to html.
#!/usr/bin/python
################################################################################
# usage: session2html.py [-h] -s SESSION_FILE [-o OUTPUT_FILE]
#
# Convert Firefox sessionstore.js file to html.
#
# optional arguments:
# -h, --help show this help message and exit
# -s SESSION_FILE session file to be converted