In this video will show how to create a file organizer using python , we have used os,shutil package for this project
time stamp :
00:00 : intro to project
02:53 : try and except for error handling
03:57 : how to use os.walk(), difference between os.walk() and os.listdir()
05:34 : how extract extension of file using python .split() method
06:28 : how to check whether a file exist in folder or not using python os.exists()
08:34 : how to move file using python shutil.move()
#python