Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tony-stone-code/codealpha_python_script_automation-file_sorter

This is a simple python script to help organise files into folders within a directory.
https://github.com/tony-stone-code/codealpha_python_script_automation-file_sorter

Last synced: about 1 month ago
JSON representation

This is a simple python script to help organise files into folders within a directory.

Awesome Lists containing this project

README

        

# CodeAlpha_python_script_automation-file_sorter-
This is a simple python script to help organise files into folders within a directory.
# File Sorter

This Python script automatically sorts files in the Downloads folder into designated folders based on file type.

## Features

- Sorts files into folders:
- **Videos**: .mp4, .mkv, .avi, .mov
- **Pictures**: .jpg, .jpeg, .png, .gif, .bmp
- **Music**: .mp3, .wav, .flac, .aac
- **Documents**: .pdf, .docx, .txt, .pptx, .xlsx

## Usage

1. **Save the Script**: Save the script as `file_sorter.py`.
2. **Run the Script**: Execute the script using Python.
```bash
python3 file_sorter.py