FILE STANDARD INPUT

A Standard File Input Reader where you can provide custom input syntax instead of input() or raw_input() to get input from File instead of command line.

USAGE

To use this simply import file input like from FileStandardInput import FileInput

Then initiate input class with the file path like

input = FileInput.input('filepath')

then substitute input.file_input() instead of standard input.