https://github.com/abhy-kumar/movepy
A very simple script that organises a folder by moving different files into folders named after their extensions.
https://github.com/abhy-kumar/movepy
Last synced: about 2 months ago
JSON representation
A very simple script that organises a folder by moving different files into folders named after their extensions.
- Host: GitHub
- URL: https://github.com/abhy-kumar/movepy
- Owner: abhy-kumar
- Created: 2020-12-08T18:00:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T10:48:58.000Z (over 4 years ago)
- Last Synced: 2025-02-08T14:12:17.915Z (3 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movePy
Some random idea which I had in mind since a while.This is just a tiny script which separates files in my super cluttered downloads folder by their extensions.
To use just change the folder in path variable to your own and run it.I'll think about adding a more dynamic and user-friendly approach with maybe progress bars or something if needed, but until then, it works fine.