Skip to content

irrit-im/pybricks-vscode-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pybricks VSCode Template

This template uses VScode tasks and run configurations to launch the current open Python file on a pybricks hub.

Setup

  1. Run python -m venv .venv to create a virtual environment
  2. Run pip install -r requirements.txt to install the libraries
  3. In pybrickslaunch.py, set the HUB_NAME variable.

Usage

  1. Open the python file you want to run in the editor
  2. Go to "Run and debug"
  3. Choose "Pybricks: Current File" run configuration
  4. Click the play button

About

Template for creating vscode projects with pybricks launch functions, along with port mapping tools.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%