Open ErikBoesen opened 6 years ago
How should this be implemented
Honestly no clue. If you use curses it would be pretty easy.
One option would be to assign a hotkey to each input. That wouldn't be so user friendly though.
would you like to work on this?
I think I understand how ncurses work... would a grid format with areas highlighted through the TAB key be effective?
Yes, that would be a good solution.
Right now the Python implementation is rather inconvenient as it would require a user to wait until the end of a game before doing any input as each data point is likely to change until then. The app should allow users to easily increment or otherwise change match data.