/StopWatch

A small portable stopwatch utility, can be compiled with AHKcompiler into an entirely portable binary executable.

StopWatch

A small, customizable, portable stopwatch utility; can be compiled with AHKcompiler into an entirely portable binary executable.

-INSTALLATION-

Navigate to the Releases page, then download both the 'settings.cfg' and the 'stopwatch.ahk' files and put them wherever you like. Its recommended to put them in their own folder so you can better keep track of things though.
Then, if you don't already have it installed, install Autohotkey v1.1 from here.
You can compile this into a .exe file for use without AHK installed as well, or simply download the 'StopWatch.exe' instead of the .ahk file on the releases page. You will still need the settings.cfg either way you go, for now.

NOTE: For customizing the start toggle / reset button hotkeys in the settings.cfg, here's a list of acceptable keys. Simply type the identifying name of the key into the line you wish it to invoke. Example: the PageUp key is "PgDn" so if I wanted the reset button to be PageUp, it would look like this in the 'settings.cfg':
ResetHotkey=PgDn