mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
File Organizer Script added
This commit is contained in:
parent
e081ef8be4
commit
68e01f3bf7
8
File-Organizer/README.md
Normal file
8
File-Organizer/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# File Organizer
|
||||
Organizes your files in the folder according to their extension by grouping them together.
|
||||
|
||||
# Libraries Used
|
||||
- colorama
|
||||
|
||||
# Usage
|
||||
Just run the command `python3 file-organizerpy` from your terminal/bash.
|
0
File-Organizer/file-organizer.py
Normal file
0
File-Organizer/file-organizer.py
Normal file
1
File-Organizer/requirements.txt
Normal file
1
File-Organizer/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
colorama
|
|
@ -76,6 +76,8 @@ So far, the following projects have been integrated to this repo:
|
|||
|[Clean_up_photo](https://github.com/hastagAB/Awesome-Python-Scripts/tree/master/Clean_up_photo)|[sritanmay001](https://github.com/sritanmy001)|
|
||||
|[PyRecorder](./PyRecorder)|[Rocky Jain](https://github.com/jainrocky)|
|
||||
|[Pretty CSV](https://github.com/Frizz925/Awesome-Python-Scripts/tree/pretty-csv/Pretty-CSV)|[Frizz925](https://github.com/Frizz925)|
|
||||
|[File Organizer](https://github.com/Frizz925/Awesome-Python-Scripts/tree/File-Organizer)|[Ayush Bhardwaj](https://github.com/hastagAB)|
|
||||
|
||||
|
||||
## How to use :
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user