{"id":24275698,"url":"https://github.com/silasberger/proben-wrangler","last_synced_at":"2026-06-04T12:31:17.196Z","repository":{"id":232030995,"uuid":"783289459","full_name":"SilasBerger/proben-wrangler","owner":"SilasBerger","description":"A collection of tools for wrangling Proben.","archived":false,"fork":false,"pushed_at":"2024-04-07T13:56:22.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T22:36:37.099Z","etag":null,"topics":["exams","lehrer","proben","school","schule","teacher"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SilasBerger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-07T13:33:16.000Z","updated_at":"2024-04-07T14:34:10.000Z","dependencies_parsed_at":"2024-04-07T14:43:19.510Z","dependency_job_id":"d7323c55-fe4e-49ae-ba2e-db886fe6d773","html_url":"https://github.com/SilasBerger/proben-wrangler","commit_stats":null,"previous_names":["silasberger/proben-wrangler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilasBerger%2Fproben-wrangler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilasBerger%2Fproben-wrangler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilasBerger%2Fproben-wrangler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilasBerger%2Fproben-wrangler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SilasBerger","download_url":"https://codeload.github.com/SilasBerger/proben-wrangler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241998036,"owners_count":20055205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exams","lehrer","proben","school","schule","teacher"],"created_at":"2025-01-15T21:43:54.867Z","updated_at":"2026-06-04T12:31:17.153Z","avatar_url":"https://github.com/SilasBerger.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proben-Wrangler\nA collection of tools for wrangling Proben. 👨‍🏫\n\n## General Usage\n- `pip install -r requirements.txt`\n\n## Tools\n### Split Exams PDF\nSplits a class-set PDF of exam scans into individual PDFs for each student, based on a points / grade list Excel spreadsheet.\n\n**Usage**:\n```shell\npython split_exams_pdf.py \u003cpath_to_clas_pdf\u003e \u003cpath_to_metadata_spreadsheet\u003e \u003cspreadsheet_tab_index\u003e\n```\n\n**Example:** The following command splits a spreadsheet `Proben_xy_korrigiert.pdf` up into individual PDFs for each student, located in `/path/to/Proben_xy_korrigiert`, using student information in worksheet / tab `0` an Excel spreadsheet `Auswertung_Probe_xy.xlsx`.\n\n```shell\npython split_exams_pdf.py \"/path/to/Proben_xy_korrigiert.pdf\" \"/Path/to/Auswertung_Probe_xy.xlsx\" 0\n```\n\n**File requirements:**\n- Column `Seite` contains the 1-indexed page number on which the exam for this student begins\n- Column `Name` contains the student's last name\n- Column `Vorname` contains the student's first name\n- Column headers are located on line 3 (1-indexed)\n- PDF contains no pages to be skipped (length of the printout is calculated as a different between to starting page values in the spreadsheet)\n\n**Example metadata file:**\n\n| Seite | Name     | Vorname | A1 | A2  | A3  | P_total | Note |\n|-------|----------|---------|----|-----|-----|---------|------|\n| 1     | Muster   | Max     | 5  | 1.5 | 3   | 9.5     | 5.5  |\n| 3     | Beispiel | Bettina | 7  | 1   | 3.5 | 11.5    | 6    |\n| 5     | Alisson  | Alice   | 3  | 2   | 1   | 6       | 4.5  |\n\n**Note:** The point scores and grades are not relevant for this tool. However, such a table usually exists when grading an examp, and with the addition of the _Seite_ column, it can be used as the metadata file for this PDF splitter. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilasberger%2Fproben-wrangler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilasberger%2Fproben-wrangler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilasberger%2Fproben-wrangler/lists"}