This tool helps you organize files by type, date, detect duplicates, and encrypt/decrypt files. It's designed for offline-only usage, ensuring privacy and security for its users.
-
File Sorting:
- Organize files by type (e.g., documents, images, videos).
- Organize files by date (creation or modification).
-
Duplicate Detection:
- Identify duplicate files using hash comparison.
-
File Security:
- Encrypt files with password-protected keys.
- Decrypt files with the appropriate password.
- Run the
file_organizer.py
file. - Follow the prompts in the menu to choose an action:
- Sort files by type or date.
- Detect duplicate files.
- Encrypt or decrypt files.
- Python 3.8+
- Installed Python libraries:
cryptography
- Clone the repository:
git clone https://github.com/tambler87/FileOrganizerProject.git cd FileOrganizerProject