Skip to content

Automatically organise your windows folders according to extensions

Notifications You must be signed in to change notification settings

arsalanj123/Python-auto-folder-organise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AUTOMATICALLY ORGANISE YOUR ANY Windows OS FOLDER ACCORDING TO FILE EXTENSIONS

Run the script and give it the path to organise/organize i.e. C:\Users\User\Downloads\

It checks all extensions in the directory and creates folders of it and moves all the extension files in its respective folders. The non-extension files go to the unknown folder.

The files which already have the same name file present in the to-copy folder the file is moved but with an increment on the filename i.e. hello.txt is copied as hello(1).txt to the new folder.

The copied file increments work for maximum till 2 digits which is 99. For more numbers it has to be added in the increment function.

Releases

No releases published

Packages

No packages published

Languages