Skip to main content

Create a pygame session for specific functions

Project description

PY-GUI

Create a pygame session for specific functions

install

From PyPI:

pip3 install PY_GUI

From GitHub:

pip3 install git+https://github.com/donno2048/PY-GUI

Usage

You can use the demo one by running:

python3 -m PY_GUI

Or just PY-GUI in the cmd

Or you can run a custom one from within Python, for example:

from PY_GUI import Main
def parse(text: str) -> str:
  return text
Main(parse, name = "Cat program")

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

PY_GUI-1.0.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

PY_GUI-1.0.4-py3-none-any.whl (4.2 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