Developed by Julie Lima for Kappa Theta Tau in Fall 2025.
This tool was built as a fun way for bros to find how they're related to other bros!
In its current state, it is a very minimalistic program, but there is lots of room for future work!
- Finds the longest and shortest familial path between any two bros
Run the program:
python3 ./src/bro2bro.py <family_info.csv>The program expects a CSV file containing three columns:
- Parent 1: first and last name of one parent in a family
- Parent 2: first and last name of the other parent in the family
- Child: first and last name of the child in the family