After installing pip you may have to add the path to (both python and pip) environmental variables path to run from any cmd context (in this case python27/scripts allowed to me to move on to the .bat) Note: tkinter may give error "ImportError: No module named tkinter" - this is known in some instances of python2; do a find and replace in each .py file and change tkinter to Tkinter and all good Note: messagebox may give similar error; in that case find and replace everything in my code that says messagebox to tkMessageBox *Included in this .zip is a version that already updated the syntax properly, so if you follow the steps between the source code on github and the copy within this zip should definitely work