Metadata-Version: 2.1
Name: pynsn
Version: 0.9.2
Summary: Creating Non-Symbolic Number Displays
Home-page: https://github.com/lindemann09/PyNSN
Author: Oliver Lindemann
Author-email: lindemann@cognitive-psychology.eu
License: GNU GPLv3
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Requires-Dist: Pillow (>=5.0)
Requires-Dist: numpy (>=1.6)
Requires-Dist: scipy (>=1.0)
Provides-Extra: dataframe
Requires-Dist: pandas (>=1.3) ; extra == 'dataframe'
Provides-Extra: expyriment
Requires-Dist: expyriment (>=0.9) ; extra == 'expyriment'
Provides-Extra: gui
Requires-Dist: PyQt5 (>=5.14) ; extra == 'gui'
Provides-Extra: pygame
Requires-Dist: pygame (>=1.9) ; extra == 'pygame'
Provides-Extra: svg
Requires-Dist: svgwrite (>=1.4) ; extra == 'svg'

PyNSN
=====

**Creating Non-Symbolic Number Displays**

---


*Released under the GNU General Public License v3* 

Oliver Lindemann (lindemann@cognitive-psychology.eu)

Project homepage: https://github.com/lindemann09/PyNSN


Dependencies
------------

* Python 3 (>=3.5)
* numpy (>=1.6)
* scipy (>=1.0)
* pillow (>=5.0)

Additional Python packages, which are optional and required only for some 
features:

* PyQT5 
* pygame (>=1.9)
* expyriment (>=0.8)
* pandas>=1.3
* svgwrite>=1.4

Installing via `pip`
--------------------

```
python3 -m pip install  pynsn
```

To generate `pygame` or `expyriment` stimuli install some optional packages

```
python3 -m pip install pynsn [expyriment]
```



RUN GUI tool
-------------

Note: Using the PyNSN-GUI requires the installation of `PyQt5` 

```
python3 -m pynsn.gui
```

or if installed correctly:

```
pynsn-gui
```




