Skip to content

PBrockmann/PyAnalyseries

Repository files navigation

PyAnalyseries

Python version for Analyseries

Select interactively match points on 2 curves to visualize the resulting interpolated curve.

Based on:

  • numpy
  • pandas
  • matplotlib
  • scipy
  • openpyxl
  • PyQt

Installation

Get the application
  • git clone https://github.com/PBrockmann/PyAnalyseries
  • cd PyAnalyseries
Create a python environment to use PyAnalyseries
  • conda create --name env_PyAnalyseries
  • conda env list
  • conda activate env_PyAnalyseries
  • conda install python
  • pip install -r requirements.txt
Test
  • python PyAnalyseries_v2.4.py
  • python PyAnalyseries_v2.4.py testFile.xlsx

Captures

Capture_01

Capture_02

Capture_03

About

Analyseries with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published