Skip to content

Python script to categorise and reorganise files in a directory (defaults to ~/Documents).

Notifications You must be signed in to change notification settings

CATAPHOR/Directory-Organiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Directory Organiser

Python script to reorganise files (through moving them into categorical subfolders) in a directory.

Run Instructions

  • Provide a singular argument of the filepath to directory to organise.
  • If no argument is given, the program will set the directory to organise to the user's Downloads folder.
  • The program will analyse all files and folders within the given directory (recurses through, analyses filetypes within) to restructure the hierarchy by filetype category.

Categories

The categories are determined by filetypes.py, and are intialised in the following subfolders:

./documents
./images
./video
./audio
./archives
./software
./data
./code
./web
./utilities
./fonts
./anki
./other

Releases

No releases published

Packages

No packages published

Languages