Weekly Report Template Creation (Challenge)

# Introduction In this challenge, we will create a Python script that generates a weekly report template. The script will take input for the start and end dates of the project, and automatically generate weekly report template files in a designated folder. The template will include the dates from Monday to Friday of each week, excluding weekends. If the end date falls on a Saturday or Sunday, it will be automatically corrected to the previous Friday. The goal is to streamline the creation of weekly reports for the new project team.

|60 : 00

Click the virtual machine below to start practicing