Skip to content

konstantin89/swift-duplicate-images-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Duplicate Images Finder

Brief

Swift Duplicate Images Finder is simple application that can be used to detect duplicate images.


Scan directories for duplicated images and manage results.
Operations can be performed on single images or on all duplicates at once.


DearPyGui

Thanks the guys at DearPyGui project. Make sure to check out this great open-source Python GUI middleware project.


Links

DearPyGui Github page
DearPyGui Documentation
DearPyGui Core API


Development commands reference

Python virtual enviroment commands:

python  -m venv venv
venv\Scripts\activate
venv\Scripts\deactivate

Python pip commands:

pip list
pip freeze > requirments.txt
pip install -r .\requirments.txt

Third party requirments:

pip install dearpygui
pip install pyinstaller