zjordan16 / Handicap-Calculator

This is a mobile/desktop application that can calculate an unofficial USGA handicap.
MIT License
1 stars 0 forks source link

Test GUI with newly added functionality #2

Closed byork6 closed 4 months ago

byork6 commented 4 months ago

Checked PyCharm for warnings and errors, code is clean, but need to make sure the new method of appending the toga table is working right with the display for the Toga GUI.

byork6 commented 4 months ago

Save_data now creates a csv with proper formatting using the polars library and the inputs from the GUI. Table on the GUI still needs to be updated to display most recent 20 rows.

byork6 commented 4 months ago

GUI now displays most recent 20 rounds from newest to oldest.