You are browsing as a guest. Sign up (or log in) to start making projects!

SortPY

  • 4 Devlogs
  • 3 Total hours

Python file sorter by extension. Sorts files by ending from one directory into another.

Ship #1

A python-based filesorter that sorts files into folders based on either category or file extension - it can be run in the background too, for permanently sorted files :)

P.S : I use it for my downloads folder, it works like a charm.

  • 4 devlogs
  • 3h
  • 7.24x multiplier
  • 21 Stardust
Try project → See source code →
Open comments for this post

1h 15m 12s logged

Uploaded project to PyPI, pushed to GitHub, and added pip install as Installation method in readme

0
0
18
Open comments for this post

49m 32s logged

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

0
0
2
Open comments for this post

15m 57s logged

Added a recursive flag (nested directories) and a copy flag (only copying, no moving files)

0
0
1
Open comments for this post

29m 35s logged

Just created the system to move files that end with specified extension from one folder to another

0
0
6

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…