Skip to main content

PROCESSING style creative coding not only for education using PYTHON and PYGAME - PROCESSING-Style kreatives coden mit PYTHON und PYGAME für Ausbildung und Lehre

Project description

pycessingame

For Education Made for Thonny

Deutsch

Processing-Style kreatives coden mit Python & Pygame für Ausbildung und Lehre.

PYCESSINGAME bringt den Geist von Processing in die Python-Welt – leichtgewichtig, direkt und ohne Umwege. Es richtet sich an Lehrende, Entwicklerinnen, Künstlerinnen und Designerinnen, die visuelles, interaktives Creative Coding lieben und dabei die Einfachheit von Processing schätzen.

Mit einer bewusst vertrauten API kannst du sofort loslegen: setup(), draw(), ellipse(), fill(), stroke(), color(), random() – alles fühlt sich an wie Processing, nur eben pures Python.

Warum noch eine Implementierung?

  • einfach Python, kein Java, kein transpiling
  • gleiche Namen, gleiche Konzepte, gleiches Denken
  • Schreibstil nach Geschmack: camelCase oder snake_case
  • nur von einem anderen python paket (pygame) abhängig
  • gleich los zeichnen und nicht um Fenster, Rendering und Events kümmmern
  • einfacher Start und die ganze Python-Welt zur Verfügung
  • völlig freie Nutzung

Einfache Installation: pip install pycessingame

🎓 Entwickelt mit Anfängerfreundlichkeit für Ausbildung, Lehrer und kreatives coden.
Optiomiert nicht nur für die Thonny Python IDE.

English

Processing-style creative coding not only for education using Python and Pygame

PYCESSINGAME brings the spirit of Processing to the Python world — lightweight, direct, and without detours. It is designed for educators, developers, artists, and designers who love visual, interactive creative coding and appreciate the simplicity of Processing.

With a deliberately familiar API, you can start right away: setup(), draw(), ellipse(), fill(), stroke(), color(), random() — everything feels like Processing, just pure Python.

Why yet another implementation?

  • pure Python — no Java, no transpiling
  • same names, same concepts, same way of thinking
  • coding style of your choice: camelCase or snake_case
  • depends on only one external Python package (pygame)
  • start drawing immediately without worrying about windows, rendering, or events
  • easy to get started, with the entire Python ecosystem at your disposal
  • completely free to use

Easy installation: pip install pycessingame

🎓 Designed for education and beginner-friendly creative coding.
Optimized not only for the Thonny Python IDE.

Beispiel / Example

import pycessingame

def setup():
    size(640, 480)
    frameRate(60)
    
def draw():
    background(30, 120, 200)
    fill(255, 200, 0)
    noStroke()
    ellipse(width/2, height/2, 150, 150)
    
run()

Screenshot

Benutzung / Usage

Deutsch

PYCESSINGAME wird genau wie Processing verwendet. Du schreibst ganz normalen Processing-Code – mit nur zwei kleinen Anpassungen:

Ganz oben die Zeile

import pycessingame

Ganz am Ende des Programms ein Aufruf von

run()

Alles dazwischen ist klassischer Processing-Stil: setup(), draw(), Zeichenfunktionen, Events, Farben, Zufall, Maus und Tastatur.

Es ist kein spezielles Framework-Wissen nötig – wer Processing kennt, kann sofort loslegen.

Migration von bestehendem Processing-Code

Bestehender Processing-Code (Java / PDE) lässt sich in vielen Fällen nahezu 1:1 nach Python übertragen. Gängige Large Language Models (LLMs) können dabei sehr gut helfen.

Ein einfacher Prompt wie zum Beispiel:

"Convert the following Processing code into Python assuming the Processing API is completely available."

reicht in der Praxis oft aus, um bestehenden Processing-Code direkt in funktionsfähigen Python-Code für PYCESSINGAME zu überführen.

English

PYCESSINGAME is used exactly like Processing. You write ordinary Processing-style code — with only two small adjustments:

Add

import pycessingame

at the very top of your file.

Call

run()

at the very end of your program.

Everything in between follows the familiar Processing workflow: setup(), draw(), drawing commands, events, colors, randomness, mouse and keyboard handling.

No special framework knowledge is required — if you know Processing, you can start immediately.

Migrating existing Processing sketches

Existing Processing sketches (Java / PDE) can often be ported almost 1:1 to Python. Modern Large Language Models (LLMs) are especially effective at this task. In practice, a simple prompt such as:

"Convert the following Processing code into Python assuming the Processing API is completely available."

is usually sufficient to transform existing Processing code into working PYCESSINGAME code.

Referenzen / references

https://processing.org/

https://openprocessing.org/

https://p5js.org/

https://pypi.org/project/p5/

https://py5coding.org/index.html

Notizen / Gedächtnisstütze

git tag & push => build & pypi upload:

git tag v0.0.0

git push origin v0.0.0

Realisiert mit einen git pre-push hook (.git/hooks/pre-push)und pypi Zugangsdaten in ~/.pypirc.

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

pycessingame-0.2.5.tar.gz (35.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pycessingame-0.2.5-py3-none-any.whl (36.3 kB view details)

Uploaded Python 3

File details

Details for the file pycessingame-0.2.5.tar.gz.

File metadata

  • Download URL: pycessingame-0.2.5.tar.gz
  • Upload date:
  • Size: 35.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pycessingame-0.2.5.tar.gz
Algorithm Hash digest
SHA256 3c1de8005ec89fa91b035cd96814cb1a9675b821f5818ae4909adeb4b07945a9
MD5 23eb0fb0b4effad4bc6cf4c0ebb0de0d
BLAKE2b-256 5c15c85dfe0b6a9b989f04034edcfdd0c2f04c5d974c1bbed49883d0320d2f09

See more details on using hashes here.

File details

Details for the file pycessingame-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: pycessingame-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 36.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pycessingame-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 86b3ee2944a4004912a4bbb6625f704fb6bc18a717be69cb165ae53223dac9b8
MD5 0d8f0733e4024adb0a4d0017387322fa
BLAKE2b-256 70f03007e2fdf1b1a24127993992fc30edb66b338c38b75c73445857daadc515

See more details on using hashes here.

Supported by

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