The title of my project

Tkinter Sorting-Visualizer

my image

Sorting Visualizer using Tkiner. Tkinter is one the GUI platform, can able to create projects relate to the GUI version.Some other GUI platforms are also in the python PyQt5 and Kivy can also be useed to create applications. I started to Tkinter Nov,2020 it was fun and exceited to create and learn new things. Try it once, you will get to something new.

In this sorting visualizer, I have done for Bubble, Merge and Quick sort. First generate button will create the plots of values and the graph using tkinter canvas.Speed of the sorting algorithms can also be controlled using the time.sleep() module.The plot produced is randomized using random modules

Now when start button is get clicked for the respective algorithm the particular .py file will be executed and the visualization can be seen over the display

Source code