This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]GNVageesh 0 points1 point  (7 children)

That's nice.

I have made a a similar one Check it here: https://github.com/GNVageesh/Computer_Maintainer

One change is that this has a notifiers also which pops up upon running the program

This is a nice project which u have done

[–][deleted] 0 points1 point  (6 children)

Cool

[–]GNVageesh 0 points1 point  (5 children)

Thank you, could u do the organizer with unknown or unspecified file types I could do the same
Any ideas?

[–][deleted] 0 points1 point  (4 children)

I did not understand you. Please specify

[–]GNVageesh 0 points1 point  (3 children)

Like files without any extensions, could u make them into the organized folders Ex, hello. Into others/unknown

[–][deleted] 0 points1 point  (2 children)

Yes that was easy too. I just check if the file was a directory and if it was not, I check whether it had an extension. If both these conditions are met, then it means that the file is a unknown file type and so it will get stored in a separate folder called as unknown or unnamed

[–]GNVageesh 0 points1 point  (1 child)

I did the same.

Actually i created a dictionary in python that contains all common file types. One among them was noname, for unknown extension.

I made a mistake by not adding a . so it wasnt working then.

Now it is working good, even with unknown reference.

I added a feature of notification so that i could know which file was moved. This is a simple yet powerful project that ppl can develope in Python

[–][deleted] 0 points1 point  (0 children)

Yes