Metadata-Version: 2.1
Name: archyve
Version: 0.1.0
Summary: Python toolkit for the mass management and analysis of files.
Author: Alistair Kellaway
Author-email: ali.kellaway139@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pillow (>=10.3.0,<11.0.0)
Description-Content-Type: text/markdown

# Archive Manager

Archive Manager is a Python tool designed to help users interact with and manage large archives of files efficiently. 
Whether you need to sort files, find duplicates, perform equality checks, or remove unnecessary files, this tool 
provides the necessary functionalities to streamline your file management tasks.

## Features

- **Sorting:** Organize your files based on various criteria such as file type, size, date modified, etc.
- **Duplicate Finding:** Identify and manage duplicate files to free up storage space.
- **Equality Checking:** Compare files to ensure they are identical or different.
- **Removal Tools:** Safely remove unwanted files from your archives.

## Installation

To use the Mass File Manager, follow these steps:

1. Clone this repository to your local machine:

   ```bash
   git clone https://github.com/your-username/mass-file-manager.git
2. Create a virtual environment for your project (if you don't already have one):
   ```bash
   py -m venv venv/
3. Activate your virtual environment:
   ```bash
   cd venv/Scripts
   ```
   ```bash
   .\activate

4. Install the required dependencies:
   ```bash
   pip install -r requirements.txt

