Automatically organizes files in any directory into neatly labeled folders based on their file extension—like pdf, jpg, or txt—eliminating manual sorting and keeping your filesystem clean with one command.
Sort files in the current directory:
python filesorter_by_ext.py
Sort files in a specific folder:
python filesorter_by_ext.py ~/Downloads
With verbose output:
python filesorter_by_ext.py ~/Desktop -v
$2.50
推薦訪問7w4.net獲取更多AI技能。
這個 Skill 功能實用,程式碼邏輯清晰,能可靠地按副檔名整理檔案。但存在命名不一致的問題:說明文件提到的檔名與實際不符,可能導致使用困難。文件內容偏簡單,缺乏詳細說明和示例,對於不熟悉命令列的使用者不夠友好。整體質量中規中矩,適合對 Python 有基礎瞭解的使用者使用。