https://github.com/aspicho/image-sorter
Simple Python GUI Image sorting tool
https://github.com/aspicho/image-sorter
filemanagement python utility
Last synced: 11 months ago
JSON representation
Simple Python GUI Image sorting tool
- Host: GitHub
- URL: https://github.com/aspicho/image-sorter
- Owner: aspicho
- Created: 2024-06-09T14:21:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T15:53:44.000Z (over 1 year ago)
- Last Synced: 2025-01-10T20:49:39.137Z (about 1 year ago)
- Topics: filemanagement, python, utility
- Language: Python
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Python Image sorting tool
This is a simple Python app that allows you to sort images by categories and move them to corresponding folders. The app uses the `PyQt6` module for its GUI and python 3.10.0 or higher.
### How to install
- Clone this repository
- Install dependencies by running `pip install -r requirements.txt`
- Run the main file by running `python main.py`
### Demo

### How to use
- Press "Select Folder" button and select the folder that contains the images you want to sort
- Type in the new category name if needed in the droplist and press "Add" button. You can add as many categories as you like.
- To delete a category, select it from the droplist and press "Del" button. Keep in mind that all the images from that category will be moved to main folder
- To move the image to the desired category, press button with the name of the category.
If you want to open the image in default image viewer, you can click on the text containing the image name.
After moving all the images, app will reset to initial state.