Python program that takes as input a csv file containing WoW arena match info generated by the Arena Stats TBC addon and produces win/loss stats for each matchup.
Install Python 3 (Tested on 3.8.5)
Install pandas package with the command:
pip install pandas
Place csv (comma separated values) file in the same directory as arena.py
Open arena.py
Edit csvFileName
to be the name of your csv file.
Edit players
to contain the names of the players on your team.
Run python arena.py