Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 275 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 275 Bytes

This script takes in a CSV file of the registered participants and creates two new CSV files with normalized birthdays, and also one with all minors (on the day of the event).

To use, make sure you have Python dateutil: pip install dateutil.

This script uses Python 3.*