Skip to main content

Graphics Library for Python

Project description

Processing Python

Processing Python is a powerful and easy-to-use Graphics Library for Python based on Processing.

It allows you to draw shapes in a window with simple functions like rect() or line(), design animations using the mouse position and much more.

Installation

Install the processing-py package using pip:

 pip install processing-py

How to use

from processing_py import *

app = App(600,400) # create window: width, height
app.background(255,0,0) # set background:  red, green, blue
app.redraw() # refresh the window

app.exit() # close the window

More functions

Explore all the possibities in the Processing Reference.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

processing_py-0.2.1.tar.gz (125.8 MB view hashes)

Uploaded Source

Built Distribution

processing_py-0.2.1-py3-none-any.whl (126.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page