https://github.com/arsalanj123/Python-auto-folder-organise
Automatically organise your windows folders according to extensions
https://github.com/arsalanj123/Python-auto-folder-organise
organise-files organiser organize-files organizer python-file-organiser python3
Last synced: 3 months ago
JSON representation
Automatically organise your windows folders according to extensions
- Host: GitHub
- URL: https://github.com/arsalanj123/Python-auto-folder-organise
- Owner: arsalanj123
- Created: 2019-09-01T17:09:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T20:00:29.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:09:57.026Z (6 months ago)
- Topics: organise-files, organiser, organize-files, organizer, python-file-organiser, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- jimsghstars - arsalanj123/Python-auto-folder-organise - Automatically organise your windows folders according to extensions (Python)
README
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.