Metadata-Version: 2.4
Name: universal_encryptor
Version: 0.1.0
Summary: Universal file encryptor and decryptor with GUI
Author-email: Jean Cotto <jccs22_26@outlook.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: cryptography
Requires-Dist: customtkinter
Requires-Dist: filetype
Requires-Dist: pillow
Description-Content-Type: text/markdown

# Universal File Encryptor

A Python GUI tool for encrypting and decrypting files using AES encryption and auto file type detection.

## Features
- AES encryption and decryption
- File type detection using `filetype`
- GUI using CustomTkinter
- Key storage and logging

## Installation
```bash
pip install universal_encryptor
```

## Usage
```bash
python -m universal_encryptor.GUI
```
