Metadata-Version: 2.1
Name: sortz
Version: 1.0.1
Summary: Visualize sorting algorithms
Home-page: https://github.com/MdeVillefort/sortz
Author: Monsieur de Villefort
Author-email: ethanmross92@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: pygame (==2.0.2)

# Visualize Sorting Algorithms
This package uses pygame to visualize various (currently only bubble, sadge)
algorithms.  A command line script is provided to launch the GUI.

## Installation
You can install the package using pip:

    pip install sortz

## How to use
The package can be run by calling it as a script:

    python -m sortz

It can also be run using the sortz-cli console script:

    sortz-cli


