Skip to content

A Python script based on md5 hash algorithm to search duplicates files into a directory.

License

Notifications You must be signed in to change notification settings

josepmartorell/FileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileManager 🥴

This script uses various resources to manage tasks in the Linux operating system of the Ubuntu distribution.

Table of Contents

  • Usage
  • Features
  • License

How to Install

First you must access from your terminal to the directory where you want to save the project. Install this project on your local computer by typing the following in the command prompt of the linux command interpreter: git clone https://github.com/josepmartorell/FileManager.git

Usage :bowtie:

To run the script you should first access the src folder and type this line in the interpreter's order indicator to run the script: username@hostname:~/PycharmProjects/project_foulder$ python3 FileManager.py

Features

  • The script ask for the swith manager run mode, targeting all files or specific extension
  • Hashes all files (or just the extension requested) with MD5 algorithm in downloads dir
  • Show hashes with attachments or notify there are not files with the extension required
  • In case of duplicate files ask if you want to delete them ... (to be continued)

License

MIT License

Copyright (c) 2019 Josep Martorell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A Python script based on md5 hash algorithm to search duplicates files into a directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages