Pringleman83 / SportsBook

A sports data scraping and analysis tool
GNU General Public License v3.0
82 stars 38 forks source link

Development #54

Closed Pringleman83 closed 5 years ago

Pringleman83 commented 5 years ago

Completed the option to export the predictions data to Excel.

Fixed a bug preventing manual game analysis data from displaying properly. Tidied the display of manual game analysis.

Prediction data is now held in a dictionary and the league data it holds is now at the same level of the rest of the data (no lower level dictionaries). This helps tremendously with exporting the data to a spreadsheet.

Tidied up the predictions display screen.