Skip to content

KouichiMatsuda/m3py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

m3py

Minimal "Pseudo" Processing API module, based on tkinter, for Python.
This module is being developping for teaching python for others.

How to install

pip install m3py (under construction)

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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published