A simple .npz file viewer, built with PyQt5
Just get it from pypi
pip install npzviewer
You can run it either with python -m npzviewer
from this directory or using npzviewer
once installed.
usage: npzviewer [-h] [-v] [npzfile]
npzviewer is a .npz viewer, for numpy saved files.
positional arguments:
npzfile a single .npz file
optional arguments:
-h, --help show this help message and exit
-v, --version get software version.
Copyright 2018 Erico Vieira Porto, GPLv2.
Clone this repo somewhere on your system and change directory to it.
git clone git@github.com:ericoporto/npzviewer
cd npzviewer/
You will need to meet this project dependencies. You can install the requirements for your user. Alternatively you can also use a Virtual Environment.
pip install --user -r requirements.txt
And then run it from the current directory
python -m npzviewer
On ubuntu, use pyton3 and pip3 instead.
This project depends on pyqt5
and numpy
.
This project is provided by Érico Vieira Porto and is GPL-2.0 licensed, see LICENSE
for more details.