sarathsajan / photomosaic_generator

Photomosaic Generator tool. Works with all types of images. Doesn't matter what shape the image is, it will automatically trim it into square images and produce a photomosaic whose quality and resolution can be user adjusted.
https://www.youtube.com/watch?v=GNd3fVvs93U
3 stars 2 forks source link

new upgrade ideas - september 2023 #3

Open sarathsajan opened 1 year ago

sarathsajan commented 1 year ago
  1. convert into standalone app using

    • pyinstaller OR
    • nuitka
  2. no need to write extra code for temp file management. temp files can be generated and auto removed using the tempfile module.

  3. create a simple gui using