Basic Cocoa Python Interpreter 
This is a Simple Mac Application which uses Cocoa(Objective C) as GUI for Python Interpreter.
User can enter the script using following methods:
1. Enter script in "Script Editor" Text Area manually
2. Open any ".py" file in Mac using "Open Script" button.
Any input required in the script can be provided by using "User Input" Text Area. If multiple inputs are required, separate them by "new line" characters.
Output and Error will be displayed in bottom "Output" Area.
Major classes are ACBPythonManager and ACBPythonViewController. ACBPythonManager class can be used without GUI too. It accepts the following methods for executing scripts with input/output/error blocks.
- (void)executeScript:(NSString *)scriptString
withInputBlock:(ACBInputBlock)inputBlock
outputBlock:(ACBOutputBlock)outputBlock
errorBlock:(ACBOutputBlock)errorBlock;
For loading any script from a file, use the below method.
- (BOOL)loadScriptAtPath:(NSString *)scriptPath;

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

