LukeShortCloud / card_games_converter

A Python program for making printable sheets of cards.
Apache License 2.0
3 stars 0 forks source link

Generate Random Image Name #9

Open LukeShortCloud opened 5 years ago

LukeShortCloud commented 5 years ago

The final images saved to $TMP/cgc/horizontal/ should have randomly generated names instead of using sequential numbers.

Before:

After (example):

LukeShortCloud commented 4 years ago

The names should be predictable (via a common RNG seed?) to work with caching.