Skip to content

PyQt5 application that generates and displays a 2D animation of random numpy arrays using OpenCV.

License

Notifications You must be signed in to change notification settings

harshn05/PyQt5-Numpy-Animator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyQt5-Numpy-Animator

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.

Requirements

  • Python 3
  • PyQt5
  • NumPy
  • OpenCV

How to Run

  1. Ensure that you have Python 3 installed on your system. You can download it from the official Python website.

  2. Install the required Python packages using pip:

pip install PyQt5 numpy opencv-python
  1. Simply run
python animate.py

screenshot

About

PyQt5 application that generates and displays a 2D animation of random numpy arrays using OpenCV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages