boldandbrad / elo-cli

📈 Calculate ELO ratings in your terminal.
MIT License
2 stars 0 forks source link

Ability to batch add matches/players from a file #23

Open boldandbrad opened 2 years ago

boldandbrad commented 2 years ago

Supported formats

CSV h_name,h_score,a_score,a_name,sd

Space delimited text h_name h_score a_score a_name sd

Should this auto add new player names or ask for input to make sure there are no typos in the data?