Skip to content

A Python module for reading from Vernier LabQuest® interfaces using USB.

License

Notifications You must be signed in to change notification settings

VernierST/labquest-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labquest

A Python module for reading from Vernier LabQuest® interfaces connected to USB. The module has been tested on Windows 10 and macOS. The module should work with any of these LabQuest interfaces:

Take a look at the labquest-examples repository for ideas and a number of helpful examples.

Requirements

For Windows computers, you must have the appropriate USB drivers installed. The easiest way to do this is to run the free Vernier Graphical Analysis™ installer.

Installation

Automatically install all the dependencies for USB communication.

pip install labquest

Installation and Usage

Go to our Getting Started with Vernier LabQuest and Python document for detailed information regarding installation and usage of the labquest module.

Local builds

In order to explore and contribute to this module, you can modify this module, build and install it locally.

# Uninstall any installed version

pip uninstall labquest

# Install the build tool (if you have not already)

pip install build

# Build the module

python -m build

# Install the module

pip install .

License

GNU General Public License v3 (GPLv3)

Vernier products are designed for educational use. Our products are not designed nor are they recommended for any industrial, medical, or commercial process such as life support, patient diagnosis, control of a manufacturing process, or industrial testing of any kind.

About

A Python module for reading from Vernier LabQuest® interfaces using USB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages