Skip to content

tieugene/iosc.py

Repository files navigation

iosc.py

View/analyze comtrade oscillograms

Requirements

Includes

Installation

  1. Download and unpack source tarball
  2. Install required dependencies (see below)
  3. Run main script: iosc/main.py

OS specific

Windows:

  1. Download and install Python3
  2. Add required python packages (cmd.exe as admin):
    pip install numpy chardet QCustomPlot_PyQt5

Linux:

# RH-based (last rpm is hand-made):
dnf install python3-numpy python3-chardet python3-qcustomplot-pyqt5
# Debian-based:
apt install python3-numpy python3-chardet python3-pyqt5
# TODO: python3-qcustomplot-pyqt5

Required packages can be installed from correspondent repo.

macOS

(with homebrew):

brew install python3
pip3 install numpy chardet

… and install QCustomPlot_PyQt5 according to documentation.

About

View/analyze comtrade oscillograms (python3 version)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages