PythonBar is a small OSX application that will allow you to quickly execute python scripts from the Menu Bar.
- Notifications - A notification after any script has finished running, complete with output (stdout), and errors(stderr).
- Folders - The ability to add directories to the status bar, a "Run all" with in directory button, and automatic updates when files are moved or renamed.
- Shortcuts - The ability to assign a global keyboard shortcut to any script or folder. This is implemented using ShortcutRecorder.
- Arguments - The ability to have preset arguments, or possibly take dynamic input.
- Methods - The ability to call a single method within a document.
- Schedules - The ability to run scripts automatically, at time intervals set by the user.
- Logging - The option to keep a log of all output on a script by script basis.

