https://github.com/1337fury/file_organizer
Python script designed to streamline your Downloads folder by categorizing files into respective directories based on their file types
https://github.com/1337fury/file_organizer
Last synced: 2 months ago
JSON representation
Python script designed to streamline your Downloads folder by categorizing files into respective directories based on their file types
- Host: GitHub
- URL: https://github.com/1337fury/file_organizer
- Owner: 1337fury
- Created: 2024-05-30T16:35:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T16:46:51.000Z (12 months ago)
- Last Synced: 2024-05-30T19:46:55.401Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Organizer
This is a simple Python script to organize files in the Downloads folder by moving them into folders based on their file types.
## Features
- Moves PDF files to a 'PDFs' folder
- Moves video files to a 'Videos' folder
- Moves image files to an 'Images' folder
- Moves document files to a 'Documents' folder
- Moves audio files to an 'Audio' folder## Usage
Run the following command to organize the files in the Downloads folder:
```bash
python3 file_organizer.py