You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
321 B
25 lines
321 B
### About
|
|
This is a frontend for the collection of tools used by the zebra.
|
|
|
|
<br>
|
|
|
|
### Contents
|
|
| File | Description |
|
|
|---|---|
|
|
|`wiondow.py` | The main window. Run from here.|
|
|
|
|
<br>
|
|
|
|
### How To
|
|
|
|
```
|
|
pip3 install pyqt5
|
|
pip3 install matplotlib
|
|
python3 ./window.py
|
|
```
|
|
|
|
<br>
|
|
|
|
### To Do
|
|
+ Add a plot.
|
|
+ Add file selection. |