By: Yang(Cindy) Jin
Timeline: 2 weeks | Feb 2024
Tools: Python (Pygame)
My Python (Pygame) application serves as an image generator that crafts compositions of fireworks against diverse backdrops. Upon execution, it prompts the user to specify the number of fireworks desired. The program then randomly selects one of the stored background images and overlays it with the user-defined number of fireworks, placing each firework at a random position. Once the image is rendered, the application saves it using an incremental naming convention, ensuring each creation is uniquely stored without overwriting previous images. The window remains open, displaying the generated composition until the user opts to close it manually.
jinyang030716@gmail.com