Compare commits

...

2 Commits

Author SHA1 Message Date
6f22f3cb5d Added Capital .HEIC in file dialog filter 2025-05-06 23:09:35 +02:00
70fed0e544 Changed ./go 2025-04-28 11:01:13 +02:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
/PICT_numtool_ui.pyc
LOG-PICT_numtool.py.log
__pycache__/PICT_numtool_ui.cpython-312.pyc
LOG-PICT_numtool.py.log

View File

@@ -72,7 +72,7 @@ LOG_TIME_FORMAT = '%m-%d %H:%M:%S'
CONSOLE_DEBUG = logging.INFO
FILE_DEBUG = logging.INFO
PHOTO_filter = 'Images (*.jpg *.jpeg *.png *.tiff *.heic, *.tif)'
PHOTO_filter = 'Images (*.jpg *.jpeg *.png *.tiff *.heic, *.tif, *.HEIC)'
MOVIE_filter = 'Movies (*.mov *.mp4)'
# file format and extension variables

2
go
View File

@@ -1,2 +1,2 @@
python3 ./PICT_numtool.py
python3.13 ./PICT_numtool.py