Metadata-Version: 1.2
Name: datadigitizer
Version: 1.0.0rc2
Summary: datadigitizer
Home-page: https://milanskocic.github.io/datadigitizer/index.html
Author: Milan Skocic
Author-email: milan.skocic@gmail.com
Maintainer: Milan Skocic
Maintainer-email: milan.skocic@gmail.com
License: UNKNOWN
Download-URL: https://github.com/MilanSkocic/datadigitizer/
Description: Description
        ================
        
        .. start_include_in_introduction
        
        DataDigitizer is a simple graphical tool for digitizing data from images.
        
        In terminal enter the following command:
        
        .. code-block:: bash
        
            python -m datadigitizer
        
        
        The cursor is used to point a specific position in the graph
        whereas all operations are done through keyboard combinations or through the main menu.
        
        Legend:
        
        - Red crosses are data points
        - Blue crosses are Xmin and Xmax
        - Green crosses are Ymin and Ymax
        
        Commands:
        
        * <Ctrl-o> for loading image.
        * <Ctrl-a> add data point.
        * <Hold a+Left Click> add data point.
        * <Left Click> select a data point.
        * <Hold Ctrl+Left Click> multiple data point selection.
        
        * <Ctrl-g> set Xmin from last data point or from selected data point.
        * <Ctrl-h> set Xmax from last data point or from selected data point.
        
        * <Ctrl-j> set Ymin from last data point or from selected data point.
        * <Ctrl-k> set Ymax from last data point or from selected data point
        
        * <Ctrl-l> set all limits from last 4 data points or from last 4 selected data points.
        * <Ctrl-n> remove all limits.
        
        * <Ctrl-z> remove last data point.
        * <Ctrl-d> remove selected data point.
        * <Ctrl-D> remove all data points.
        
        * <Ctrl-m> compute the data points.
        * <Ctrl-s> save data points.
        * <Ctrl-w> clear all.
        
        
        .. end_include_in_introduction
        
        The online documentation is available `here <https://milanskocic.github.io/datadigitizer/index.html>`_.
        
        Installation
        ==============
        See  ``INSTALL.txt``.
        
        
        Dependencies
        ==============
        See ``requirements.txt``.
        
        
        License information
        =======================
        See ``LICENSE.txt`` for information on the history of this
        software, terms & conditions for usage, and a DISCLAIMER OF ALL
        WARRANTIES.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
