Metadata-Version: 2.1
Name: dusted
Version: 1.2.0
Summary: Dustforce replay editor
Home-page: https://github.com/AlexMorson/dusted
Author: Alex Morson
Author-email: alexmorson@btinternet.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Dusted

An offline editor for Dustforce replays, largely based on dustkid.com's replay composer.

## Installation

```
pip install dusted
```

For extra features, copy `plugin/tas.as` to `~dustforce/user/script_src`, compile as an in-game plugin, and enable it.

On linux, the program `unbuffer` is required, which can be installed with `sudo apt-get install expect` (or equivalent depending on your distribution).

## Usage

Run the editor with

```
python -m dusted
```

or, if the python scripts directory is on the PATH

```
dusted
```


