The Desktop File Organizer, a Python script, automatically categorizes files on your desktop as important or junk, simplifying organization and enhancing productivity. The desktop file organizer is built using python 3.11 and pyqt6, structured on firebase's realtime database credential system coupled with hashicorp's vault key storage system, based on AWS KMS.
Prerequisites:
-
python 3.11 should be installed on your system. Please check if it is install by running the following command on a command line interface:
python --version
-
Install the required python packages using pip. Check if you system has pip installed:
pip --version
-
Install the following python packages:
pip install PyQt6,pyrebase
In the future, this application will be available as a standalone package in .exe format.