mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 20:43:01 +02:00
- Added module docstrings to 19 Python files - Added class docstrings to 5 classes (ScreenLocker, PokerModifierApp, etc.) - Added method docstrings to 22 methods - Added function docstrings to 25 functions - Added __init__ docstrings to 5 classes - Removed D100-D107 from ruff ignore list (docstrings now enforced) - Removed deprecated ANN101, ANN102, UP038 rules from ignore list - Fixed UP038: use union types in isinstance() calls - All ruff checks now pass with full docstring enforcement |
||
|---|---|---|
| .. | ||
| LICENSE | ||
| README.md | ||
| tagDivider.py | ||
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:
- Install opencv for python3 a) Linux: sudo apt-get install python3-opencv
- Put the script into whatever folder you have images in
- Run the script python3 tagDivider.py
- Enter folders names in terminal
- Click "a" or "d" accordingly to folder you want image to be in
If you want to change default buttons just modify script