Python package that splits district level CogAT score reports into student level files.
- Limited single CogAT Narrative splitting, up to 25 students.
- Unlimited single CogAT score report splitting.
- Unlimited batch CogAT score report splitting.
- Directory and subfolder creation.
- Zip Archive creation
📩 Contact: info@gw-datasolutions.com
pip install pycogatimport pycogat
from pycogat.cogat import cogat_split
cogat_split('C:\Documents\Reports\cogat_score_report.pdf',6)The output will be x number of exported PDFs with the output label being the ID from the CogAT Score Report
| Input | Data Type | Documentation |
|---|---|---|
| pdf_object | string | The file path of the CogAT Score Report |
| id_char | int | The number of characters in the local id of the student |