Skip to content

A simple python GUI app made with tkinter which can rename, delete, and move images.

Notifications You must be signed in to change notification settings

sleepytaco/ImageManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Manager App

A simple GUI application that can view images from a folder and manage them. Made with python3 using tkinter.

Features include:

  • Navigate through all images from a folder; can navigate using arrow keys; shows image name and the image position in the folder
  • Rename image; adds a number at the end if an image file with similar name already exists in the same folder
  • Move image to another specified folder; adds a number at the end if a similar name image file exists in the destination folder
  • Delete image; moves image to the recycle bin

Installation

pip install pillow
pip install pathlib
pip install shutil
pip install send2trash

Screenshots

Initial Screen

screenshot 1

General Screen

screenshot 2

About

A simple python GUI app made with tkinter which can rename, delete, and move images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages