Visualizer For Sorting and Searching Algorithms made in Python3. No GUI, Everything on the Terminal, Colorized using Colorama.
- Python3 (Preferably >= 3.5 for Type Hints to Work and you to not get unexpected errors)
- colorama from PyPI (will be automatically installed if you install VisualizeIt using pip)
- typer from PyPI (will be automatically installed if you install VisualizeIt using pip)
-
Clone the repo or get the code zip and extract it.
-
open a terminal windows in the extracted or cloned folder and check weather you have the setup.py file in there.
-
run the following command.
python -m pip install .
-
let pip do its magic and install the program.
-
run
visualize --help
to get help for the program.
If you have any problem running the program raise an issue or contact me through any of my socials, I'll be glad to help.
We need to increase the number of algorithm that thee project visualizes. so firstly we need algorithms implemented in python. if you are interested in contributing to the project fork the repo, make your changes, commit them, push them to your fork and then submit a pull request. I'll check on the pull request and merge it as soon as I can.