I need a straightforward Python 3 script that takes the manual work out of file creation. The focus is pure automation: when the script runs it should generate new files in the folders I specify, follow the naming pattern I supply, and confirm completion in the console (or a simple log). I will pass along: • the directory structure • the naming convention and any timestamp rules • any starter content that should populate each file The script must be cleanly organised, commented for easy tweaks, and compatible with the latest stable Python release. Once I can run it locally with a single command and see the new files appear exactly where and how I expect, the job is done.