A simple to use Python tool to sort your uncompressed Steam screenshots into named folders.
- Simple CLI
- Caching! Repeated runs will be very fast
- Files will be moved around and sorted in place, make a copy of the directory before operation to ensure that you don't lose your data!
- Download the repository either by cloning or by downloading the code as a ZIP
- Create a virtual environment
python -m venv /path/to/environment
- Activate the environment using the activation script for your OS in:
/path/to/environment/Scripts/
- Install the requirements:
pip install -r /path/to/requirements.txt
- Run
steam_screenshots_sorter.py --help
for instructions on how to work the program. - Congratulations, you have successfully installed and operated steam_screenshots_sorter 🎉
All collaborative work, such as issue reports and pull requests, should be submitted to this GitHub repository in their provided sections.
Licensed with the MIT License. By using this software, you agree to the terms and conditions of the license.