LinterGUI

(working titles: MyLinter, LinterTool)

To facilitate using code analysis tools (also known as "linter"s) on Python source, I decided to build a frontend for them and FileFindR seemed the logical candidate to model this after.

The basic version looks like this:

/docs/lintergui/lintergui.png

The results are presented on screen like this:

/docs/lintergui/lintergui-results.png

A little more in depth:

Some nifty things I copied from filefindr are the Goto File button with which you can open the inspected source in a text editor; and the Repeat Action button with which you can immediately recheck the file(s) you checked earlier after making corrections.