Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reynico/dyno-plots
A tool to compare Horacio Resio's and MWD dyno plots
https://github.com/reynico/dyno-plots
dynamometer dyno horacioresio mwd
Last synced: about 1 month ago
JSON representation
A tool to compare Horacio Resio's and MWD dyno plots
- Host: GitHub
- URL: https://github.com/reynico/dyno-plots
- Owner: reynico
- Created: 2020-03-23T21:44:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:18:31.000Z (3 months ago)
- Last Synced: 2024-10-20T08:07:02.736Z (3 months ago)
- Topics: dynamometer, dyno, horacioresio, mwd
- Language: Python
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dyno plots
![Dyno plot example](assets/screenshot_dynoplot.jpg "Dyno plot example")
Dyno plots is a web tool created to help compare dyno runs done on [MWD](http://www.mwdyno.com/) and [Horacio Resio](http://www.horacioresio.com/) dynos. Dyno plots allow to compare multiple runs with mixed dyno sources (i.e. a MWD run with a Horacio Resio run)## Install
```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```## Run
```
python app.py
```
Tip: If you don't have any files at hand, take a look at the [samples](samples/) folder.## Access
> http://127.0.0.1:5001/## Demo
![Dyno plot demo](assets/demo.gif "Dyno plot demo")