Skip to main content

Adds basic UI elements for pygame

Project description

PygButtons

A module made to help create a UI in pygame by simplifying the creation and handling of basic UI objects (such as Buttons).

Contents

Installation

To install, run: pip install pygbuttons

Dependencies

  • Python => 3.8
  • Pygame => 2.0.1

Usage

To use the Buttons in a program, it is recommended to perform the following steps:

  • Setup
    1. Import the module / the contents of the module.
    2. Set the settings for the Buttons module (framerate, scroll factor, scaling limits) where appropriate
    3. Create the required Buttons
  • While running
    1. Pass all (relevant) Pygame.Events to the active Buttons in the input loop
    2. Update the Buttons with information which is not event driven (e.g. cursor position)
    3. Draw the Buttons to the active screen
    4. Repeat

Getting an output from a Button can be done either by binding a function to the Button (which is then automatically executed when a certain action takes place), or by polling the Buttons value / status.

For a practical implementation, see the example.py file.

Support

For support / issues, please visit the issue tracker on GitHub.

Source code available at: https://github.com/Jarno-de-Wit/PygButtons

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

pygbuttons-0.9.3.tar.gz (33.2 kB view details)

Uploaded Source

Built Distribution

pygbuttons-0.9.3-py3-none-any.whl (40.0 kB view details)

Uploaded Python 3

File details

Details for the file pygbuttons-0.9.3.tar.gz.

File metadata

  • Download URL: pygbuttons-0.9.3.tar.gz
  • Upload date:
  • Size: 33.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.0

File hashes

Hashes for pygbuttons-0.9.3.tar.gz
Algorithm Hash digest
SHA256 a388bc7d2c2e2ff98653697cf306c53abfa65b2cf4a95c51523b22b6e35c7b46
MD5 d989cee212490e24c17c5726f15d9118
BLAKE2b-256 4d58182d93a098f88199c312b5ed08ebbc1caee67f7ab6930f17474a0645095a

See more details on using hashes here.

File details

Details for the file pygbuttons-0.9.3-py3-none-any.whl.

File metadata

  • Download URL: pygbuttons-0.9.3-py3-none-any.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.0

File hashes

Hashes for pygbuttons-0.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7a3f37ab42a1f4b0bdaf539c6562877795404a7ff714ca4958c719ca227ede45
MD5 d3ffb4733f59d7cadedf9bc677b805d2
BLAKE2b-256 e5ad4caf497e575dbb6d768fdad99a431ce99fc04f20f817249e5da75b32eca4

See more details on using hashes here.

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