Azyl/WorkHelper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This program has been build for removing the need to manually alter text.
Text that is comming from word file, questionnaires, and may have all kind of extra unwanted things.
It is made to help the persons that are using the IBM SPSS DIMENSION aplication suite.
Requirements
Java and Jython (is provided with the aplication) (i recomend getting the latest version from the official website)
Install
After java and jython is instaled just run:
execfile('test.py')
in the jython interpreter.
If you prefer to use the standalone version of Jython please run Jython:
java -jar jython-standalone-2.7-b1.jar
and then execfile('test.py')
If you have any comments bugs or request please use the Wiki made for this aplication.