This is a simple script that organizes your Steam screenshots into folders based on the game they were taken in.
Your screenshot folder is automatically detected from Steam, which you can change by going to Steam
-> Settings
-> In-Game
-> Screenshot Folder
.
- Download the latest release
- Place the executable in any directory
- Run the executable. It will run in the background and organize your screenshots. It will also organize new screenshots as you take them.
- After running the executable you will be given the option to enable automatically running at startup. If you do not enable this, you must rerun the executable whenever you reboot.
Currently only supports Windows. Linux and MacOS will eventually be supported.
If you would like to build the script yourself, you can do so by following these steps:
-
Install the Rust toolchain
-
Clone the repository
git clone https://github.com/The-Noah/steam-screenshot-organizer.git
cd steam-screenshot-organizer
- Build the script
cargo build --release
The executable will be located at target/release/steam-screenshot-organizer.exe
.
This project is licensed under the MIT License - see the LICENSE file for details.