Skip to content

A Python-based desktop application for automating file organization, disk space analysis, and temporary file cleanup.

Notifications You must be signed in to change notification settings

Akhil373/PyManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyManager

This project utilizes the following Python libraries:

Standard Libraries

  • os
  • shutil
  • time
  • tkinter
  • filedialog
  • datetime

Third-Party Libraries

  • customtkinter
  • watchdog
  • psutil

Features

  1. File Organizer: To organizer your files within a directory into categorized folders (e.g., Images, Videos, Documents).
  2. Directory Monitor: Monitors a selected folder and logs all file system events (creations, deletions, modifications).
  3. Disk Space Analyzer: Provides an overview of your disk space, highlighting used, free, and total storage.
  4. Temporary Files Cleanup: Automatically deletes temporary files from Windows Temp folders to free up disk space.
  5. Folder Cleanup: Customizable cleanup of selected folders, removing old files, empty directories etc.

Installation

Download the executable file from here.

Screenshots

File Organizer

Folder Monitoring

Disk Analysis

Temp cleanup

Dir Cleanup

About

A Python-based desktop application for automating file organization, disk space analysis, and temporary file cleanup.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages