seestar_prep_tool/seestar_folder_prep_tool.py is a simple GUI utility that organizes images and FIT files inside a selected folder.
The tool will:
- scan the selected folder and all nested folders whose names end in
_sub - create
LightsandJpegssubfolders inside each processed folder - move
.fit/.fitsfiles intoLights - move
.jpg/.jpegfiles intoJpegs - delete thumbnail files named
*_thn.jpgor*_thn.jpeg
- Python 3
tkinteravailable in the Python installation (standard library GUI toolkit)- macOS, Windows, or Linux
From the repository root, run:
python seestar_prep_tool/seestar_folder_prep_tool.py- If the selected folder contains one or more subfolders ending with
_sub, only those subfolders are processed. - If no
_subfolders are found, the selected base folder itself is processed. - The tool creates
LightsandJpegsfolders if they do not already exist. - Files are moved, not copied. Any
*_thn.jpg/*_thn.jpegfiles are deleted.
- After processing, a summary dialog shows counts for moved FIT files, moved JPEGs, and deleted thumbnails.
- The tool can optionally open the created folders after completion.