A Python script that organizes files in the current directory into subdirectories based on their file types: Images, Documents, Media, and Others. The script utilizes the tqdm library to display a progress bar during file movement.
- Automatically categorizes files into designated folders:
- Images:
.png,.jpg,.jpeg - Documents:
.txt,.docx,.doc,.pdf - Media:
.mp4,.mp3,.flv - Others: Any other file types
- Images:
- Provides a visual progress bar for file moving operations.
- Outputs a summary of files moved after completion.
- Python 3.x
tqdmlibrary
To install the tqdm library, run:
pip install tqdm- Before running the script:
- After running the script:

