https://github.com/sord-dev/download_sorter
Python download sorting script
https://github.com/sord-dev/download_sorter
Last synced: about 1 year ago
JSON representation
Python download sorting script
- Host: GitHub
- URL: https://github.com/sord-dev/download_sorter
- Owner: sord-dev
- Created: 2022-07-25T10:15:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T15:37:06.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T18:40:48.516Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DL Sorting Script
*a download folder sorting script*
## Description
My download folder gets constantly cluttered and it dawned on me that I'm able to code something to move them around, and so I did. This will take all your download folder's files and sort them based on their filename extention. (eg. ".exe" or ".jpg").
## Prerequirements
**make sure to create three directories before running the script**
in your **documents folder** create:
1. Docs - for .pdf, .doc, .zip, .log, .psd and .rar files
2. Apps - for .exe and .msi files
3. Unknown - for whatever the script fails to identify
## Cloning this repo
1. To get the sample code from GitHub, use the `git clone` command to get a local copy of the remote repository. To clone the sample code, run the following command:
```bash
$ git clone https://github.com/sord-dev/download_sorter.git
```
2. Run the script
``` bash
$ cd download_sorter
$ python script.py
```