Commit Graph
11 Commits
Author SHA1 Message Date
RealEvoranz cafc5097bd Merge remote-tracking branch 'upstream/main' into random_image_downloader 2026-08-25 22:02:13 -04:00
RealEvoranz 045f5cf431 Merge branch 'main' into random_image_downloader 2026-08-24 14:48:34 -04:00
RealEvoranz a8c081e5b7 random_image.png 2026-08-24 14:41:16 -04:00
RealEvoranz b06b6f7b07 Merge branch 'main' into random_image_downloader 2026-08-24 14:35:59 -04:00
RealEvoranz 2d0a31e485 Update pyproject.toml 2026-08-24 14:33:27 -04:00
RealEvoranz 9d867b29c6 added random image finding and downloading function
downloads a random image from Wikipedia, converts it to png, and renames it to random_image.png - will rewrite the image if one already exists.
Filters images:
| Filter             |     Current value | Meaning                              |
| ------------------ | ----------------: | ------------------------------------ |
| MIME type          | JPEG / PNG / WebP | Rejects SVG, GIF, TIFF, etc.         |
| Width              |          ≥ 300 px | Rejects very narrow/small images     |
| Height             |          ≥ 300 px | Rejects very short/small images      |
| Original file size |           ≤ 20 MB | Avoids huge files                    |
| Thumbnail          |           1280 px | Downloads a reasonably sized version |
2026-08-24 14:32:48 -04:00
RealEvoranz 0b68f7a2c9 Merge branch 'added-nouns.txt' into set-to-default-profile 2026-08-24 14:02:05 -04:00
RealEvoranz 1614e09259 Update README.md 2026-08-24 14:00:17 -04:00
RealEvoranz ae7924d9ac added a default nouns.txt
added a default nouns.txt thanks to hugsy/stuff · random-word/english-nouns.txt
2026-08-24 13:57:38 -04:00
RealEvoranz d5b608c340 Update README.md 2026-08-24 13:52:02 -04:00
RealEvoranz db30ce8f49 made profile directory default by default 2026-08-24 13:48:47 -04:00