Skip to content

A python script to clean your desktop and increase your productivity.

License

Notifications You must be signed in to change notification settings

shobhit-kumar-code/desktop-organiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop Organiser

If your desktop is always cluttered and filled with icons (like mine), here is a simple Python script to solve your issues. This Desktop Organiser creates folders (like photos, videos, music and more) and moves your files into it. Apart from this, a folder called ancient is created. Files older than a year (this duration can be configured) are moved into it. Studies done by @shobhit-coder show that most desktop files are typically those that are unused for a long time and users are typically lazy to move them around. The ancient folder is there to do just that. :P So, check your ancient files and move them if necessary.

Requirements

python 3.x

Usage

  1. Clone this repository.
  2. Run script.py
  3. Optionally: You may change the directories and file extensions that are best suited for your needs. This can be done by modifying config.json.

TO-DO

  1. Factor in click frequency (rather than date last modified) to move files into the ancient directory.
  2. Sort shortcuts into various categories by searching them online.

Contribution

Simply raise a pull request or an issue. I will be happy to look into them. :)

About

A python script to clean your desktop and increase your productivity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages