Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortDownloads

A simple Python Script that will take the contents of my downloads folder (or any folder specified), and sort each file into folders based on what file type/extension is present. I used this as my first dip into writing Python for the sake of utility.

The current implementation is not ideal as the source location is hard-coded. I want to eventually rewrite it to take paramters, potentially using a .txt file to store the dictionary assignments, allowing the user to, at execution time, specify new file types and corresponding folder name(s).

About

First foray into writing a personally useful tool in Python; Checks all items within a target directory, intended to be the downloads folder of the user, and sorts all of the files into specific folders according to their file type.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages