Skip to content

The Desktop File Organizer, a Python script, automatically categorizes files on your desktop as important or junk, simplifying organization and enhancing productivity.

Notifications You must be signed in to change notification settings

Mainakdey1/Cleanify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

DesktopReview-Cleaner

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:

  1. 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
  2. Install the required python packages using pip. Check if you system has pip installed:

    pip --version
  3. Install the following python packages:

    pip install PyQt6,pyrebase

In the future, this application will be available as a standalone package in .exe format.

About

The Desktop File Organizer, a Python script, automatically categorizes files on your desktop as important or junk, simplifying organization and enhancing productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%