Metadata-Version: 2.1
Name: route_tracker
Version: 0.0.1
Summary: Keep track of routes/choices in VNs, text-based adventures, etc.
Author-email: Ali Ghahraei Figueroa <aligf94@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: typer[all]
Requires-Dist: xdg
Requires-Dist: pygraphviz
Requires-Dist: tomlkit
Project-URL: Home, https://github.com/AliGhahraei/route-tracker

# route-tracker
Keep track of routes/choices in VNs, text-based adventures, etc.

## Usage
Just install the package using pip or preferably [pipx](https://pypa.github.io/pipx/) and run:
``` shell
route --help
```


