How to use the pyp5js.P5.noStroke function in pyp5js

To help you get started, we’ve selected a few pyp5js examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github berinhard / sketches / s_097 / target / sketch.py View on Github external
def setup():
    P5.createCanvas(600, 600)
    P5.noStroke()
    P5.fill(40, 200, 40)

pyp5js

Simple tool to allow to transcrypt Python code that uses P5.js

LGPL-3.0
Latest version published 2 years ago

Package Health Score

45 / 100
Full package analysis

Similar packages