Skip to content

Releases: CodeWithAmeer/ScreenshotOrganizer

ScreenshotOrganizer

Choose a tag to compare

@CodeWithAmeer CodeWithAmeer released this 29 Nov 13:17
9d15e37

Overview

Screenshot Organizer is a 100% free and open-source Windows tool that keeps your screenshots folder clean.

It watches the folder you choose and automatically moves new screenshots into date-based subfolders (for example: 2025-01-12), so you do not have to sort them yourself.

Not a developer?
Just download the folder and run the tool. Easy.


For normal users (no coding needed)

  1. Scroll down to the this section of this release.

  2. Download the file named:

    • ScreenshotOrganizer_v1.0.zip
  3. Right-click the .zip file and choose Extract All….

  4. Open the extracted folder.

  5. Double-click ScreenshotOrganizer.exe to run the tool.

  6. The first time you run it, Windows SmartScreen may show a warning because it is a new app.

    • Click More info > Run anyway

No installation is required. The tool runs locally and you can delete it any time.


Basic usage

  1. Choose the folder where your screenshots are saved (for example:
    C:\Users\YourName\Pictures\Screenshots).
  2. Click Start watching to let the app automatically move new screenshots into date-based folders.
  3. Use Organize existing now once to tidy up all the screenshots that are already in the folder.
  4. Optionally:
    • Switch between Dark and Light themes.
    • Enable or disable Run at Windows startup from the Settings.
    • Turn the Windows tips of the day on or off.

Privacy

  • No accounts, no telemetry, no cloud.
  • All work happens on your machine.
  • Settings are stored in a small JSON file under:
    "%APPDATA%\ScreenshotOrganizer"

For developers

Source code and documentation are available in the main repository:

You can clone the repo and open the solution in Visual Studio if you want to read or modify the code.

Full Changelog: https://github.com/CodeWithAmeer/ScreenshotOrganizer/commits/ScreenshotOrganizer_v1.0