Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tony-stone-code/codealpha_python_script_automation-file_sorter
- Owner: Tony-Stone-Code
- License: mit
- Created: 2024-11-23T04:11:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T04:15:58.000Z (about 2 months ago)
- Last Synced: 2024-11-23T05:18:50.662Z (about 2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 SorterThis 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