Create an automated file formator with python
You all know how much messy it looks when all files lying on a single folder. like this ππ»
we will going to create an automated file formator with python
step 1
we will use build-in os module
β stores all files in a list with os.listdir( )
β remo...
sahilsaif1320.hashnode.dev1 min read