Inspiration
My Messed Downloads Folder Once I had to find some of my old files on my dad's Computer So I went for it he showed me that his every Important Document is stored in the Downloads folder and Arranging them one by one is a heavy and tedious task and also a few days earlier I had watched some videos of Python for automation and I got an idea of what to build
What it does
The main work is that it arranges the files in a given manner the code includes the path of the directory which we have to arrange, some extensions of the files which we have to group and the destination of the files where we have to place all of that
How we built it
First of all, I have to plan what libraries I need, by searching a lot I found out that 'os' library and 'shutil' library were the best ones for file modulation and by using for loops and conditional statements the code works
Challenges we ran into
The Code Sometimes stops suddenly with an unknown file I couldn't figure out what has happened so I decided to skip that file and guess what the code works well and Sort all the files properly
Accomplishments that we're proud of
What we learned
What's next for File Sorter
Adding a better GUI
Built With
- python
- vscode
Log in or sign up for Devpost to join the conversation.