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.

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

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

Replying to @panda

0
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

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

Replying to @panda

0
Open comments for this post

15m 57s logged

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

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

Replying to @panda

0
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

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

Replying to @panda

0

Followers

Loading…