Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

jplip/Desktop_Screenshot_Cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Desktop Screenshot Cleaner

This code will scan the desktop from screenshots and then move them into a folder that will sort the screenshots based off the year and month they were taken.

Screen Shot 2024-03-29 at 8 37 14 PM


This process however will not happen if the screenshot was renamed. This code was also made with mac os in mind and not tested with window or any other operating system.

THE CODE USES MY USER AS THE BASELINE AND YOU WILL HAVE TO CHANGE IT TO YOUR SPECIFIED USER

Folders

This code runs without any need to make folders yourself. You can simply run the code and the folders will be made if there isn't already a folder to place the screenshots.

Screen Shot 2024-03-29 at 8 59 34 PM

Run from terminal

This code can run from the terminal as well if you only want to download the cleaner.py file instead of the whole repository. Here are some examples of how to run the code in certain locations.

Screen Shot 2024-03-30 at 12 35 01 AM

Home

python cleaner.py

Desktop

cd desktop
python cleaner.py

Repository

# replace 'justin' with your user and inside the code
cd /Users/justin/vscode/Desktop_Screenshot_Cleaner
python cleaner.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages