Automate Renaming and Organizing Files with Python

Learn to rename and automate your file organization with Python!

Nik Piepenbreier
Towards Data Science
5 min readMar 9, 2021

--

Automate renaming and organizing your files with Python! (Source: Nik Piepenbreier)

You know those sales reports you get sent every day? The ones labelled as East-Sales-01Jan2021.xlsx, East-Sales-01Jan2021.xlsx, and so on? Say you want them called 2021–01–01 — East Sales.

--

--