Skip to content

Example GUI Interface for Encoder, Speed Plotter, Controller, and the ExperimentConfig/HardwareManager loaders

Notifications You must be signed in to change notification settings

Gronemeyer/modularpy

Repository files navigation

modularpy

This is a template Python module repository that provides a simple CLI interface for running a PyQT widget that displays an encoder.

Setup Instructions

  1. Clone the Repository:

    git clone https://github.com/Gronemeyer/modularpy.git
    cd modularpy
  2. Create and Activate a Conda Environment:

    conda create --name modpy python=3.11
    conda activate modpy
  3. Install Dependencies:

    pip install -e .
  4. Run the CLI:

    You can run the module using:

    python -m modularpy launch

About

Example GUI Interface for Encoder, Speed Plotter, Controller, and the ExperimentConfig/HardwareManager loaders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages