mirror of
https://github.com/jadonyack/download-manager.git
synced 2026-06-13 02:06:11 -04:00
Initial commit.
This commit is contained in:
14
download_manager.py
Normal file
14
download_manager.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# This is a Python script that automates the management of the Downloads folder
|
||||
# for an organized experience. It will sort images, videos, documents, and ISO
|
||||
# files on download.
|
||||
#
|
||||
# Written by Jadon Yack (jyack)
|
||||
|
||||
import os
|
||||
|
||||
src_dir = "/home/jyack/Downloads"
|
||||
img_dst = "/home/jyack/Pictures/DownloadedImages"
|
||||
vid_dst = "/home/jyack/Videos"
|
||||
doc_dst = "/home/jyack/Documents"
|
||||
iso_dst = "/home/jyack/ISOs"
|
||||
|
||||
Reference in New Issue
Block a user