Sorting Algorithm Visualizer

Sorting Algorithm Visualizer: I created a simple
python program that generates a controlled array
of random data and displays real-time visualization
of the bubble sort algorithm on a GUI. The user
can select the size of the array and the maximum
and minimum values.
https://github.com/daynual/sorting-algorithm-visualizer

Video Demo