Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 705 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 705 Bytes

Scripts

Hobby Scripts written in python 3

1 CleanSort.py : Sort files based on extension of a file and move into respective folder.

     Usage: download file , modify cur_dir path to your folder and execute

2 ZipFolders.py : Searches for Compressed files and their folders in directory , after approval delete(Move to recyclebin) folders that are created after decompressing archives

     Usage: download file , modify cur_dir path to your folder and execute

3 ZipFolders -GUI.py : Same as above only addition of ability of selecting folder from dialogue box.

4 CleanSort -GUI.py : Same as CleanSort.py only addition of ability of selecting folder from dialogue box.