Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.17 KB

🖼 SteamScreenshotSorter

A simple to use Python tool to sort your uncompressed Steam screenshots into named folders.

💡 Features

  • Simple CLI
  • Caching! Repeated runs will be very fast

❗ Warning

  • 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!

🔨 Installation

  1. Download the repository either by cloning or by downloading the code as a ZIP
  2. Create a virtual environment python -m venv /path/to/environment
  3. Activate the environment using the activation script for your OS in: /path/to/environment/Scripts/
  4. Install the requirements: pip install -r /path/to/requirements.txt
  5. Run steam_screenshots_sorter.py --help for instructions on how to work the program.
  6. Congratulations, you have successfully installed and operated steam_screenshots_sorter 🎉

💬 Contributing & Issue reports

All collaborative work, such as issue reports and pull requests, should be submitted to this GitHub repository in their provided sections.

📜 Licensing

Licensed with the MIT License. By using this software, you agree to the terms and conditions of the license.