Skip to content

Latest commit

 

History

History
79 lines (28 loc) · 1.91 KB

File metadata and controls

79 lines (28 loc) · 1.91 KB

Cleaning: This tool allows you to securely delete multimedia files, ensuring they cannot be recovered.

WARNING: Due to the nature of data management on SSDs, there is no reliable guarantee that deleted data can be securely and completely erased.

Installation Instructions

Windows:

  1. Download and install Python 3 from the official site at python.org.

  2. Download the script from the GitHub repository: https://github.com/LinuxProgramador/Cleaning.

  3. Unzip the downloaded file using WinRAR or any other extraction tool.

  4. Open the Command Prompt (cmd) and navigate to the directory where the script was extracted.

  5. In the command prompt, run the program using the command: python cleaning.py followed by any of the optional flags (-h for help, --help for detailed information, or [-s,-R] to start).

Linux:

  1. Install Python 3 and Git using your package manager.

  2. Clone the GitHub repository: https://github.com/LinuxProgramador/Cleaning.

  3. Navigate to the extracted directory.

  4. Run the program using Python 3 with optional flags (-h for help, --help for detailed information, or [-s,-R] to start).

macOS:

  1. Open the terminal and install Homebrew by following the instructions on the Homebrew website.

  2. Use Homebrew to install Python.

  3. Install Git.

  4. Clone the GitHub repository: https://github.com/LinuxProgramador/Cleaning.

  5. Navigate to the Cleaning directory.

  6. Run the program using Python with optional flags (-h for help, --help for detailed information, or [-s,-R] to start).

Android (via Termux):

  1. Install Termux from f-droid.org.

  2. Open Termux and update the packages.

  3. Install Git and Python 3 using Termux’s package manager.

  4. Clone the GitHub repository: https://github.com/LinuxProgramador/Cleaning.

  5. Navigate to the Cleaning directory.

  6. Run the program using Python 3 with optional flags (-h for help, --help for detailed information, or [-s,-R] to start).