A sorting visualiser in Python
- Time of execution
 - Visualise like animation,frame by frame
 - Distribute installers
 - Screnshot option
 - History of values min,max and size
 - Menu bar
 
- Bubble Sort
 - Merge Sort
 - Quick Sort
 
How to generate installer for your operating system. Follow below steps .
- 
pip install pyinstaller - 
pyinstaller sortingAlgos.py - 
Go to
dist/directory in root folder of the projectRead pyinstaller manual for more details.
 
- clicking "Generate" button repeatedly,before last execution, does not delete previous canvas, it overwrites the canvas.