testsAndMisc/PYTHON/randomJPG
Krzysztof kuhy Rudnicki 8a23327e92 refactor: replace print() with logging (T201)
- Converted 67 print statements to logging across 11 files
- Added logging.basicConfig(level=logging.INFO) to each file
- Used appropriate log levels: info, warning, error, exception
- Removed T201 from ruff ignore list to enforce logging usage
2025-11-30 14:36:13 +01:00
..
.gitignore feat: added python script generating random jpgs 2024-07-18 16:26:54 +02:00
generateJpeg.py refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
Readme.md fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
requirements.txt fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00

Did you ever need to generate random jpg images with huge file size? Now you can!