testsAndMisc/PYTHON/randomJPG
Krzysztof kuhy Rudnicki 3f793d2d17 Enable PLR2004: replace magic values with named constants
- Added constants for HTTP status codes (using http.HTTPStatus)
- Added validation limit constants in screen_locker
- Added centipawn loss threshold constants in chess analysis
- Added various other domain-specific constants across 9 files
2025-11-30 15:01:14 +01:00
..
__init__.py Enable INP001: add __init__.py to 11 packages 2025-11-30 14:55:20 +01:00
generateJpeg.py Enable PLR2004: replace magic values with named constants 2025-11-30 15:01:14 +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!