Giter Club home page Giter Club logo

video-duplicate-remover's Introduction

Video-Duplicate-Remover Cli

This majorly a video duplicate remover application that helps to personally remove duplicate video files on unix-based or linux machine . But can provide some regular expression pattern to further enhance it capabilites.

Contributors

  • Caleb Adewole

Usage

To use this application , first create a virtual enviroment and then run pip install ..

➜  video-cleaner git:(main) ✗ . venv/bin/activate
(venv) ➜  video-cleaner git:(main) ✗ video-cleaner-cli 
Usage: video-cleaner-cli [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  clean   Remove all video files from a folder :params `folder_path` -...
  create  Creates a folder path using the specified destination path and...
  delete  Delete the provide folder path
  filter  Filter files based on provided regex expression and print it
  list    List out all filepath that is in the folder :params...

To view sub-commands use the example below

(venv) ➜  video-cleaner git:(main) ✗ video-cleaner-cli list -f ./command
 📁command
   ├── 📁utils
      ├── 📁__pycache__
      ├──🗒️ __init__.cpython-39.pyc
      └──🗒️ helpers.cpython-39.pyc
   ├──🗒️ __init__.py
   └──🗒️ helpers.py
   ├── 📁__pycache__
   ├──🗒️ __init__.cpython-39.pyc
   ├──🗒️ clean.cpython-39.pyc
   ├──🗒️ create.cpython-39.pyc
   ├──🗒️ filter.cpython-39.pyc
   ├──🗒️ list.cpython-39.pyc
   ├──🗒️ main.cpython-39.pyc
   └──🗒️ delete.cpython-39.pyc
├──🗒️ delete.py
├──🗒️ clean.py
├──🗒️ list.py
├──🗒️ create.py
├──🗒️ __init__.py
├──🗒️ filter.py
└──🗒️ main.py
> DONE .

video-duplicate-remover's People

Contributors

caleberi avatar

Stargazers

Alan Szmyt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.