Desktop Cleaner
Desktop Cleaner is a Python-based automated tool designed to help you organize your desktop files efficiently. This script categorizes files based on their extensions, creates corresponding folders, and moves the files into these folders. For instance, if there are PDF files on your desktop, it will create a "PDF" folder and move all PDF files into this folder.
Features
- Automatically organizes files on your desktop by their extensions.
- Creates folders for each file type (e.g., PDF, DOCX, JPEG).
- Moves files into their respective folders for a cleaner and more organized desktop.
Prerequisites
- Python 3.x
os
module (standard library)shutil
module (standard library)
Installation
- Clone the repo
git clone https://github.com/amend07/python-desktop-cleaner.git
- Navigate to the project directory
cd python-desktop-cleaner
- Run the script:
python3 python-desktop-cleaner