Metadata-Version: 2.1
Name: MIDupFileRemove
Version: 0.0.1
Summary: Duplicate file removal packages
Home-page: UNKNOWN
Author: Vijay Thorat
Author-email: vijaythorat0804@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: Click (==7.0)
Requires-Dist: psutil (==5.9.4)
Requires-Dist: setuptools (==45.2.0)

# MIDupFileRemove
    Simple file removal CLI Tool.

# Requirements
    This package requires Python 3.

# Installing
    To install this CLI tool you can run the below command

    pip3 install MIDupFileRemove

# How to use
    remove duplicate file for current working directory:

    run below command

    removedupfile <directory name>

# IMP NOTE: This command is remove duplicate files permanently. Use this command carefully.

