Metadata-Version: 2.1
Name: gde
Version: 1.0.3
Summary: Graph Data Exctractor (GDE)
Home-page: UNKNOWN
Author: Michael Clerx
Author-email: michael@myokit.org
License: BSD 3-clause license
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Graph Data Extractor (GDE)

GDE is a simple tool that lets you overlay axes on a raster image (e.g. a jpeg from a figure), click on some data points, and then extract them as CSV.
More sophisticated alternatives are available!

GDE is maintained on [github](https://github.com/MichaelClerx/gde).

It was originally part of [Myokit](https://github.com/MichaelClerx/myokit), but is now a separate project.

## Install

`pip install gde`

## Usage

To run, simply type `gde`, or `python3 -m gde`.

- To load a file, use `gde gui file.gde`.
- To install shortcuts and register file types: `gde icons`
- For more options, try `gde --help`




