A customizable GIF generator mimicking old television static, offering control over colors, blur, dimensions, pixel size and noise pattern.
Made as a project in 2022 for a university course called Scripting Languages.
To install the required packages:
pip install -r requirements.txt
To run the program:
python app.py
As it is, this project is anything but complete in my eyes. This is as much a passion project as it was something that helped me complete the course.
In the near future, if I'll have the time, I'd like to extend the functionality of the program and improve its overall performance.
Some ideas I have in mind:
- an option to choose between generating a single image or an animation
- the ability to export the generated static in many different formats
- more "noise" patterns
- configurable default generation options
- several generation presets
- an option to set the generated image as the Desktop background or the Lock screen image






