Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 839 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 839 Bytes

CleanPy

Organizes files in folders and helps you to clean your PC

How to use

  • git clone https://github.com/prashantsengar/CleanPy.git
  • cd CleanPy
  • python arrange.py

What it does

Organizes the files based on their extensions in folders

Features

Currently it has 2 modes

  • Easy mode: Organzises files in the current directory
  • Hard mode: Organizes files in the current directory and its subdirectories

What's next

Make it a complete cleaning suite by adding these features

  • Add a feature to walk through the PC and get info about large files
  • Find duplicate files in PC

Make a complete PC suite by integrating other features