STUDENT: Jacob Biørn (jacobb)
COURSE: INF3331
$ python start
NB!
There should be no need to install any other modules to run the script, however if the loadbar is wanted the modul Tkinter.ttk needs to be updated. This is only a graphical issue and does not impact the script in anyway
Introduction:
The script is based on the fact that if you use your computer alot, you tend to build up quite a stack of .rar, .avi etc files over a period of time. And most of these become absolete after a while
To solve this the idea was to implement a script that takes a directory, an extension and couple more arguments, then find these files and remove them from your computer.
How to DEBUGG
I found that the easiest way to debugg is just creating a fake directory with alot of new files. Since it does not check for date of creation or last usage, this should not be a problem at all.
->Here is a testDirectory with diffrent kind of file<-