nicolafan / pyleague-soccer-simulation

A Python soccer championship simulation
MIT License
5 stars 3 forks source link

Create a new tkinter screen #3

Open nicolafan opened 2 years ago

nicolafan commented 2 years ago

The standings screen won't be the only screen of the application: in the future we'll implement the 'livescore' of the games which will be showed after pressing 'Next Game'. Essentially it could be useful to prepare the skeleton of a multi-page tkinter application which should follow (more or less) the example showed on this webpage.