Automate boring files organizing using python (Python files organizer)
Intro
Hello today we are going to code a files organizer using python script it will organize the files by their types for example it will put all files with extension (.png) in a folder called Pictures let's code ... (this post is published here Pyt...
icodes.hashnode.dev3 min read
Hi! Good work.
I have some feedback which might help you refactor this code to make it more flexible and less open to bugs appearing
I personally would turn this into a Python class too, so that I can inject the file types, file folders and the path I'm moving files from into the class.
Happy coding!