-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProblemStatement
More file actions
13 lines (13 loc) · 971 Bytes
/
ProblemStatement
File metadata and controls
13 lines (13 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Problem Statement
Who-This problem affects everyone looking to download files off of the internet.
What-The problem is a loss of time due to putting each individual file in a certain directory. Also, the file could be lost if you do not specify a certain directory and just download the file.
When-This issue occurs whenever a file is downloaded from your computer.
Where-The problem occurs on every computer without a built-in file organizer.
Why-If this problem were fixed there would be a lesser chance of lost files and downloading files would take less time because you do not need to specify a directory explicitly.
We want to create a file organizer that watches specified directories and moves them based off of the file extension
Challenges
-Creating the GUI
-Moving files from one directory to another
-Finding the file extension of the downloaded file
-Having the GUI interact with the config file
-Watching the directories for a file being downloaded there