Football results in your Terminal. Fast.
$ git clone https://github.com/allendema/ScoreSoup.git
$ pip3 install -r requirements.txt
$ cd ScoreSoup # Changing to this directory.
$ chmod +x ScoreSoup.py # Make the script executable.
$ ./ScoreSoup.py # Running the script.
Confirm with "y" if you want just the live results.
Else the results of the day will be shown.
Livescores.com - with "s" at the end is owned by "Livescore Ltd.", but uses the more classic layout of the site.
Made by exploring Python. Inspired by similiar programms. Use at own risk.
Seen similiar Python programms but as I'm still understanding Python - I've made this simple one.
Allen 2021