Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 499 Bytes

File metadata and controls

10 lines (7 loc) · 499 Bytes

MLB_Highlights

A python program that shows MLB highlights for a chosen date.

A program I wrote to learn JSON and XML scraping as well as PyQT5. The MLB Gameday site is a good place to do this.

This program will take the chosen date and search the website for games. Returns a list of games which can then be double-clicked to show the available highlights. Highlights should be in order. User can click and watch individual replays, or use a radio button to play them all.

Bugs: Certainly.