Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 970 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 970 Bytes

CleanUP

Version 1.0

CleanUp is a Python Command Line Utility Tool which helps you to organize your files into folders as per their extensions!

Command Usages
-h Show usage
. Run CleanUP in the current directory!
-f 'file path' Run CleanUP in the given directory
-i See Tool Info

Installation

Step I: Install Python

To use CleanUp you need pip function

To check your pip and Python version:

python -m pip --version

It will return pip version if it is correctly installed!

Step II: Clone the project or download the project onto your PC

Step II [optional but recommended]: Create and Activate a Virtual Environment

Step III: Installing the Tool Make sure you are in the root directory and run the following code:

pip3 install -e .

CleanUp tool is installed! Thank You for using it!