File Manager is a lightweight tool that helps you effortlessly organize and manage your files. It scans a directory, applies customizable rules, and moves files to appropriate folders based on criteria like file type. It simplifies file management, saves time, and promotes a clutter-free workflow.
- You need to download Python3, link to Python 3.12.1
https://www.python.org/downloads/windows
- Install pip3
python -m ensurepip --upgrade
To Check pip versioon
pip3 --version
To Install required Python package
pip3 install -r requirements.txt
or
python3 -m pip install -r requirements.txt
To Run file_manager
python3 file_manager.py
Turki A Al-Suhaibani
X : _TurkI0S

