This document describes a tool created using Python to calculate snow cover area from MODIS Terra datasets and plot the change over time. It uses PyQt4 and PySide for the GUI, GDAL for image processing, NumPy for arithmetic and file listing, and Matplotlib for plotting. The tool allows the user to select input and output folders, runs snow cover calculations on the MODIS files, and displays the results as a graph of snow cover area over time. Future improvements could involve using more GDAL and OGR capabilities to generate output maps of permanent and seasonal snow cover.