Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 786 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 786 Bytes

FantaSanremo

A simple Python script to extract best (and worst) possible teams of the FantaSanremo, the Festival di Sanremo fantasy game.

How to use

  • Clone the repo, and cd into it.

  • Have a look at the existing FANTASANREPORT<year>.md report (e.g. FANTASANREPORT2024.md) where you can find a summary of the stats regarding the selected edition.

To modify/extend/complement the info in the report, edit the fantasanremo.py script and re-generate the report as follows.

  • Run the main script with:
python fantasanremo.py
  • Check again the FANTASANREPORT<year>.md file to the updated report.

Authors