# Python Tools for Concours Few Python tools to manage "concours". - [X] Import CSV file with students from "welcome desk" - [X] Generate password for each student - [X] Generate coupon (JSON/HTML/PDF) for each student whichs provide login (SCEI) / password - [ ] Create Test Takers / Group in TAO Testing - [ ] Create Deliveries - [ ] Collect Results ## Documentation ### Installing ```sh $ pip install -i https://test.pypi.org/simple/ tao-rest-client $ pip install -r requirements.txt ```