Skip to main content

"Pseudo" (min) Processing API module, based on tkinter, for Python.

Project description

m3py

"Pseudo" (min) Processing API module, based on tkinter, for Python.

How to install

pip install m3py pip install Pillow

How to use

import m3py as m3
m3.rect(10, 10, 100, 100)
run()
from m3py import *
rect(10, 10, 100, 100)
run()
from m3py import *
def mouseClicked(x, y):
    line(100, 100, x, y)
run()
from m3py import *
def mouseClicked():
    line(100, 100, getX(), getY())
run()

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

m3py-0.0.1-py3-none-any.whl (3.4 kB 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