Automate with Python: Rename and Organize Your Files with Python - Python Sort Files

In this video, you’ll learn how to rename and organize your files easily with Python! It’s a fun automating project that will help you learn scripting with Python and how to automate boring, repetitive tasks. Download the files here: Files Read the written version of this tutorial here: ---------------------------------------------------------- ✅ Check out my eBook to get started with Python for Data Science: ✅ Follow me on other platforms: Website: Twitter: Mailing List: (and get a FREE Pandas tip and tricks book and a FREE Guide to SQL) 0:00 Introduction 1:01 Loading Libraries and Files 1:38 Creating a Pathlib Object 2:50 Exploring Pathlib attributes and methods 5:15 Looping over files in a directory 6:35 Setting up our renaming loop 8:44 Modifying the date format 11:00 Creating a new name with f-string
Back to Top