Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.33 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.33 KB

VisualizeIt

Visualizer For Sorting and Searching Algorithms made in Python3. No GUI, Everything on the Terminal, Colorized using Colorama.


Requirements

  • 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)

Installation Instructions

  1. Clone the repo or get the code zip and extract it.

  2. open a terminal windows in the extracted or cloned folder and check weather you have the setup.py file in there.

  3. run the following command.

    python -m pip install .
  4. let pip do its magic and install the program.

  5. run visualize --help to get help for the program.

Getting Help

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.

Contributing

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.