Skip to content

The program will allow you to enter four clubs. Then you will be inputting six results. Every team a home and an away game against every club. Then the program will output a table in the console which will sort the clubs accordingly based on their results. The table will show their number of wins, losses and draw, goals scored, goals conceded, g…

Notifications You must be signed in to change notification settings

daliborstakic/soccertable-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Soccer table in Python.

I've used the module called PrettyTable to display the data in a true soccer fashion using group tables The table displays: position on the table, number of wins, draws and losses, goals scored, conceded as well as goal difference and points. The table's sorted based on points.

About

The program will allow you to enter four clubs. Then you will be inputting six results. Every team a home and an away game against every club. Then the program will output a table in the console which will sort the clubs accordingly based on their results. The table will show their number of wins, losses and draw, goals scored, goals conceded, g…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages