File Engine is a powerful and flexible file management and automation tool that simplifies the process of handling large files, searching for specific formats, and performing various file operations with ease.
- File Search: Quickly search for files based on file format, name, or content. Supports REGEX format
- User-Friendly Interface: A user-friendly interface makes it easy for both beginners and power users.
- Detect hidden attribute Read Files/Folders flagged as hidden
- Cross-Platform: Works seamlessly on Windows, macOS, and Linux
TO BE ADDED
- File organization: Automatically Organize files based on their content or type.
- Automation: Set up automated tasks to streamline your file management workflows.
- Export/Import Processes: Save current process eliminate the need of researching again
- Bulk Operations: Perform batch operations such as:
- Moving
- Renaming
- Deleting
- Python 3.1x
- libraries
apt-get update && apt-get install -y libxcb-cursor0 libxcb-xinerama0 libxcb-xinput0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-shape0 libxcb-sync1 libxcb-xkb1| Step | Linux / macOS | Windows (PowerShell) |
|---|---|---|
| Clone repo | git clone https://github.com/OfficialAhmed/File-Engine.gitcd File-Engine |
git clone https://git hub.com/OfficialAhmed/File-Engine.gitcd File-Engine |
| Create venv | python3 -m venv venv |
python -m venv venv |
| Activate venv | source venv/bin/activate |
.\venv\Scripts\Activate.ps1 (PowerShell).\venv\Scripts\activate.bat (cmd.exe) |
| Install deps | pip install -r dev/requirements.txt |
pip install -r dev\requirements.txt |
| Run app | python3 main.py |
python main.py |
NOTE: This project is actively under development and may not be fully functional or stable yet. It's included for testing and evaluation purposes. Use it at your own risk, and feel free to provide feedback or report issues to help improve its quality.
File Engine - Copyright (C) 2025 OfficialAhmed
This software is free to use, distribute and/or modify it under the terms of the MIT License & Apache READ




