From 7c33e67c7acd7ac9e4f458218e1c397d259ec0d1 Mon Sep 17 00:00:00 2001 From: PolishPigeon <76916461+PolishPigeon@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:17:55 +0200 Subject: [PATCH] Create README.md --- tagDivider/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tagDivider/README.md diff --git a/tagDivider/README.md b/tagDivider/README.md new file mode 100644 index 0000000..4ba64d6 --- /dev/null +++ b/tagDivider/README.md @@ -0,0 +1,14 @@ +# tagDivider +Python script creating two directories, showing images in the script directory and putting those images into one of those directories depending on user input + +How to use: +1. Install opencv for python3 + sudo apt-get install python3-opencv + 2. Put the script into whatever folder you have images in + 3. Run the script + python3 tagDivider.py + 4. Enter folders names in terminal + 5. Click "a" or "d" accordingly to folder you want image to be in + + +If you want to change default buttons just modify script