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