>>7751158GitHub presents you with a Readme when you open a project. Most of the time the Readme includes installation and usage instructions.
You can either do `pip install color-wallpaper` or you can download the release (color_wallpaper.zip) from GitHub:
https://github.com/BranislavBajuzik/ColorWallpaper/releases unzip it
The terminal command to generate a wallpaper is `python -m color_wallpaper`. If you installed it via pip, you can run it anywhere. If you just downloaded the zip, run it from the directory the "color_wallpaper" directory is in.
Also, I implemented the multiple-image generation, you can do it with `python -m color_wallpaper --multiple-count 10` for 10 random images. -1 will give you all 1500 images (you can force-stop a running terminal program with Ctrl+C ;) ).