SortPY
- 4 Devlogs
- 3 Total hours
Python file sorter by extension. Sorts files by ending from one directory into another.
Python file sorter by extension. Sorts files by ending from one directory into another.
Uploaded project to PyPI, pushed to GitHub, and added pip install as Installation method in readme
turned the .py file into an actual cli package and tested - did some troubleshooting.
What i did :
Added a contant running flag (-bg for backgorund), that lets it constantly watch for files in the given directory and then sorts them according to instructions
added a simple banner that displays whenever the command is run
made it easy to start and stop it in the background
Added a recursive flag (nested directories) and a copy flag (only copying, no moving files)
Just created the system to move files that end with specified extension from one folder to another