A python based sorting algorithms visualizer that allows you visualize insertion, bubble, merge sorts in ascending and descending order.
To try this visualizer out, you can download the executable if you are on a Windows machine. Else, if you want to run it from source yourself, ensure you have Python and Pygame installed. After installing Python, you can install Pygame by running the following command on your terminal.
pip install pygame
Afterwards, you can simply download sorting.py, (or fork and clone the repo) and run it from the terminal or your IDE as you like.
Enjoy! By the way, contributions are very welcome!