mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-05-03 01:53:39 +00:00
14 lines
439 B
Markdown
14 lines
439 B
Markdown
# File Organizer
|
|
Organizes your files in the folder according to their extension by grouping them together.
|
|
Works on both Windows and Linux based operating systems.
|
|
|
|
# Libraries Used
|
|
os
|
|
path
|
|
shutil
|
|
|
|
# Usage
|
|
Just run the command `python3 file-organizer.py` from your terminal/bash.
|
|
Will ask for to organize current 1.directory(folder) or specific 2.directory(folder),
|
|
If '2' is selected please copy paste or type the folder absolute path.
|
|
|