Metadata-Version: 2.1
Name: pynsn
Version: 0.9.5
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
Provides-Extra: pygame
Provides-Extra: expyriment
License-File: LICENSE

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)
* PyQT5 
* numpy (>=1.6)
* scipy (>=1.0)
* pillow (>=5.0)
* svgwrite>=1.4
* pandas>=1.3

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

* pygame (>=1.9)
* expyriment (>=0.8)

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

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

To generate [Pygame](https://www.pygame.org/news) or [Expyriment](http://expyriment.org) stimuli, please install the
respective packages.



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

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

```
python3 -m pynsn
```

or if installed correctly:

```
pynsn
```




