It's summer and now the kids are free from the school.
I write this python script for list all the events available from the Community Center near to me: Breithaupt Centre.
I hate the filter website, For that reason; I want to see by days all the events.
Evidence of work: https://drive.google.com/file/d/10FtyHiz51ekxRALpDnvBWWU7kimKMZRQ/view?usp=sharing
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py