Metadata-Version: 2.1
Name: GramophoneTools
Version: 0.5.20
Summary: Tools for Gramophone systems by Femtonics Ltd.
Home-page: http://femtonics.eu/
Author: Femtonics Ltd.
Author-email: info@femtonics.eu
License: GNU GPLv3
Project-URL: GitHub, https://github.com/Femtonics/GramophoneTools
Project-URL: Documentation, http://gramophonetools.readthedocs.io
Project-URL: User Guide, http://gramophonetools.readthedocs.io/en/latest/_downloads/Gramophone%20User%20Guide.pdf
Keywords: femtonics gramophone
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: docs
Requires-Dist: h5py
Requires-Dist: PyQt5
Requires-Dist: numpy
Requires-Dist: dill
Requires-Dist: pillow
Requires-Dist: pyglet
Requires-Dist: pyqtgraph
Requires-Dist: matplotlib
Requires-Dist: opencv-python
Requires-Dist: pywinusb
Requires-Dist: xlsxwriter
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'

# Gramophone Tools
Collection of tools to be used with the Gramophone system by Femtonics Ltd. 

# Installation
To install run the following command in the terminal:

``` pip install GramophoneTools ```

# Updating
To find out if there is a newer version available run:

``` pip list -o ```

If GramohoneTools shows up in the list you can update it by running:

``` pip install -U GramophoneTools ```

# Usage
The user guide for Gramophone systems can be found here: [ADD LINK]

## Gramophone recorder
To start the velocity recorder run the ``` gramrec ``` command. In windows you can press the Win+R keyboard shortcut to display the 'Run' window and type it in there.

## LinMaze
Make a .py file that describes the conditioning task and run it with python.exe.

