Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 944 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 944 Bytes

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

  1. Clone the repo git clone https://github.com/amend07/python-desktop-cleaner.git
  2. Navigate to the project directory cd python-desktop-cleaner
  3. Run the script: python3 python-desktop-cleaner