I have 100 videos extracted in the form of .MP4, and I have to save each video in each New Folder respectively with the folder name as the video name itself but without .MP4 extension.
Finally I'll get 100 videos saved in 100 folders. This is a very time consuming process if I do manually by creating a folder and cut/copy the 1st out of 100 videos and paste it in the New Folder and then rename the folder with the video name. Similarly for 100 videos.
So, is there any Python program to do it very quickly and automatically through some code?