This is a simple PyQt5 application that generates a 2D animation of a time dependent numpy array. The animation display is embedded in the PyQt5 application window. The numpy data is changed (to mimic expanding circles) using opencv.
- Python 3
- PyQt5
- NumPy
- OpenCV
-
Ensure that you have Python 3 installed on your system. You can download it from the official Python website.
-
Install the required Python packages using pip:
pip install PyQt5 numpy opencv-python
- Simply run
python animate.py