Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orel6505/simplesort
A simple Python script for auto managing a directory.
https://github.com/orel6505/simplesort
Last synced: 14 days ago
JSON representation
A simple Python script for auto managing a directory.
- Host: GitHub
- URL: https://github.com/orel6505/simplesort
- Owner: Orel6505
- License: gpl-3.0
- Created: 2024-02-14T21:46:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T21:46:09.000Z (11 months ago)
- Last Synced: 2024-11-07T08:46:49.912Z (2 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SimpleSort
A simple Python script for managing a directory.
I created this script to enhance my knowledge at PythonPull requests and Issues are welcomed
## DISCLAIMER
* I am not responsible for anything that may happen to your PC and/or files while running using this script. (Bricked Files, dead hard drives, CPU overheating,
GPU burning, thermonuclear war, Seal mad or you getting fired because the alarm app failed…)
* YOU are choosing to run this script, and you do it at your own risk.
if you point the finger at me for messing up your PC and/or files, you haven't
done what I told you to do.## TODO
* Sort by extension description## Arguments
| Argument | Description |
| ------------- | ------------- |
| -l / --location | Custom Location (Default is Downloads Folder) |for example:
```
python3 Sort.py -l C:\Users\Orely\Downloads
```## Requirements
```
pip3 install -r requirements.txt
```