Simple Python application to rename student photographs from their admission number to their forename and surname based on report generated by SIMS.
- Export the student SIMS report into a CSV with the following columns forename, surname, adno
- Save the report as 'data.csv' into this root of this application overriding the example file - ensure the csv contains the leading '00'.
- Place the Tempest photographs into the folder 'Photographs to Rename', these should be named with the student adno.
Run the main.py script and the matched files will be renamed.