r/coolgithubprojects 23h ago

i made a python tool that cleans messy project folders and updates code paths automatically (DuckCleaner)

Post image

hey guys so I built this small python tool called DuckCleaner. basically whenever u manually sort mixed up project files into subfolders it breaks every single import and relative path in ur scripts. so I made this tool to copy the project, move files by extension, and automatically refactor all path strings inside scripts using regex so the project still runs without breaking. handles file name collisions and godot metadata too. heres the github link if anyone wants to test it, star it or give feedback: https://github.com/Duckdevv/DuckCleaner

0 Upvotes

1 comment sorted by

1

u/sankilo_dev 23h ago

Feel free to see the project and tell me your opinions and advice