Metadata-Version: 2.3
Name: pushswapv
Version: 0.1.0
Summary: a push swap visualizer
Author-email: Tom0427 <82128211+Tom-game-project@users.noreply.github.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# PushSwapV

## push swap visualizer

```bash
pushswapv /path/to/pushswapfile -l 50
```

- `-l` is number of arguments to pass to stackA first (optional)

## Usage


`r`: return the stack state to the very first step

`o`: set another random input pattern

`h`: back one step

`l`: next step

`q`: quit program

