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
Release history Release notifications | RSS feed
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)
Built Distribution
processing_py-0.2.1-py3-none-any.whl
(126.4 MB
view hashes)
Close
Hashes for processing_py-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9ca665b28a7eb31cda1695f24d24a58cdb3eaaa10aa6e0b1627297427c1edbf |
|
MD5 | 78441114e1f1d47a5461a72bc7cdf577 |
|
BLAKE2b-256 | 4e9d30c3236e497d291038590f0077a27ad90ec3cec228451c9ab1fb874f91f9 |