powershell-dataset-tools
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Keywords
Repository
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
ReadMe.md
🧰 PowerShell Dataset Tools
A collection of PowerShell GUI scripts for manually working with datasets, including tools for sorting and captioning image files. Built to support efficient manual workflows in dataset curation and research contexts.
🖼️ PowerShell Image Sorting Tool

A fast and intuitive PowerShell-based image sorting tool for quickly organizing photos into predefined categories using your keyboard. Meant for manual sorting tasks where automation isn’t feasible — just press 1–4 to send an image to its corresponding folder, or skip it to leave it in place.
✨ Features
- 📂 Quickly sort images into 4 custom category folders
- ⌨️ Keyboard shortcuts:
←/→to navigate the UI,1–4to sort
Enteractivates the currently focused button (e.g., Previous/Next) for faster keyboard navigation
- 🖱️ Click-based UI with resizable controls
- 🖼️ Full image preview with zoom-to-fit
- 📁 Auto-creates category subfolders inside the selected folder
🚀 Getting Started
🧾 Requirements
- Windows with PowerShell (tested on PowerShell 5.1)
- .NET Framework (for
System.Windows.FormsandSystem.Drawing)
🛠️ Usage
Clone this repo or download the
.ps1script.Run the script in PowerShell by right clicking on it and selecting 'Run with PowerShell' or by entering the following command like this:
powershell .\ImageSortingTool.ps1Select a folder with images that have a .jpg, .jpeg, .png, .gif, or .bmp extension.
Start sorting images
🏷️ PowerShell Image Captioning Tool
A companion tool to the sorting script, this PowerShell GUI helps you view, create, and edit image captions stored in individual .txt files.

✨ Features
- 🖼️ Displays images alongside editable captions
- 📝 Edit and save captions to
.txtfiles - 📁 Captions are read from and saved to files in the format of
<image_name.extension>.txt
🚀 Getting Started
🧾 Requirements
- Windows with PowerShell (tested on PowerShell 5.1)
- .NET Framework (for
System.Windows.FormsandSystem.Drawing)
🛠️ Usage
Clone this repo or download the
.ps1script.Run the script in PowerShell by right clicking on it and selecting 'Run with PowerShell' or by entering the following command like this:
powershell .\ImageCaptioningTool.ps1Select a folder containing images.
Begin editing captions.
Owner
- Login: ProGamerGov
- Kind: user
- Location: Multiverse
- Repositories: 15
- Profile: https://github.com/ProGamerGov
Citation (CITATION.cff)
abstract: "PowerShell GUI scripts for manually working with datasets."
authors:
- family-names: Egan
given-names: Ben
cff-version: 1.2.0
date-released: "2025-04-22"
keywords:
- "image sorting"
- dataset
- powershell
- research
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ProGamerGov/powershell-dataset-tools"
title: "powershell-dataset-tools"
GitHub Events
Total
- Watch event: 1
- Delete event: 1
- Push event: 2
- Public event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Watch event: 1
- Delete event: 1
- Push event: 2
- Public event: 1
- Pull request event: 2
- Create event: 1