Skip to main content

abstract_gui is a python module for creating abstract GUI windows and interacting with them. It uses the PySimpleGUI library and provides additional utilities for simplifying the creation and handling of PySimpleGUI windows.

Project description

abstract_gui

This is a Python module for creating abstract GUI windows and interacting with them. It uses the PySimpleGUI library and provides additional utilities for simplifying the creation and handling of PySimpleGUI windows.

This module can be found in the abstract_essentials project at github.io/abstract_endeavors/abstract_essentials/tree/main/abstract_gui/.

Installation

You can install the abstract_gui module via pip:

pip install abstract_gui

You can also install it directly from the source:

git clone https://github.com/AbstractEndeavors/abstract_essentials.git
cd abstract_essentials/abstract_gui
python setup.py install

Usage

Here's an example of how to use the abstract_gui module:

from abstract_gui import get_window, while_basic

window = get_window(title="Hello World!", layout=[[sg.Text("Hello, world!")]])
while_basic(window)

This will create a simple window with a single "Hello, world!" text element, and handle its events until it's closed.

Documentation

The abstract_gui module provides the following classes and functions:

expandable(size: tuple = (None, None))

Returns a dictionary with window parameters for creating an expandable PySimpleGUI window.

get_glob(obj: str = '', glob=globals())

Retrieves a global object by name from the global namespace.

get_window(title: str = 'basic window', layout: list = [[]])

Returns a callable object for creating a PySimpleGUI window with the specified title and layout.

verify_window(win: any = None) -> bool

Verifies if the given object is a valid PySimpleGUI window.

close_window(win: any = None)

Closes the given PySimpleGUI window.

get_gui_fun(name: str = '', args: dict = {})

Returns a callable object for a specific PySimpleGUI function with the provided arguments.

win_closed(event: str = '')

Checks if the event corresponds to a closed window.

T_or_F_obj_eq(event: any = '', obj: any = '')

Compares two objects and returns True if they are equal, False otherwise.

det_bool_T(obj: (tuple or list or bool) = False)

Determines if the given object is a boolean True value.

det_bool_F(obj: (tuple or list or bool) = False)

Determines if the given object is a boolean False value.

out_of_bounds(upper: (int or float) = 100, lower: (int or float) = 0, obj: (int or float) = -1)

Checks if the given object is out of the specified upper and lower bounds.

... and many more!

Please refer to the source code for the complete list of classes and functions provided by the module, as well as their detailed documentation.

Contributing

Contributions are welcome! Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.

Contact

If you have any questions, feel free to reach out to us at partners@abstractendeavors.com.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Authors

  • putkoff - main developer

This README file was last updated on july 29, 2023.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

abstract_gui-0.0.50.4.tar.gz (9.2 kB view details)

Uploaded Source

Built Distributions

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

abstract_gui-0.0.50.4-py3.11.egg (23.5 kB view details)

Uploaded Egg

abstract_gui-0.0.50.4-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file abstract_gui-0.0.50.4.tar.gz.

File metadata

  • Download URL: abstract_gui-0.0.50.4.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for abstract_gui-0.0.50.4.tar.gz
Algorithm Hash digest
SHA256 9b8cb04e369d99fe9727b355bdb596334a23bc3bce6197673cbf3620ae82e9b3
MD5 3d750e68cef0e39e4ac4c6ab377a5e3c
BLAKE2b-256 a2c0f1d49b859dbb356480c5cb1e44611be62fc94d69d6318f7e5c40d95998c0

See more details on using hashes here.

File details

Details for the file abstract_gui-0.0.50.4-py3.11.egg.

File metadata

  • Download URL: abstract_gui-0.0.50.4-py3.11.egg
  • Upload date:
  • Size: 23.5 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for abstract_gui-0.0.50.4-py3.11.egg
Algorithm Hash digest
SHA256 bc00e5bdf96235aafe84db1a26699b8e5ef8f61a8e16551fd0f2e9318967b8b7
MD5 e9d79cd11e4b5199768b7b959297d444
BLAKE2b-256 dcaed6f466a9efd77ec2476cbd47cecf01af9762638bb1db005b5f848f7bcedd

See more details on using hashes here.

File details

Details for the file abstract_gui-0.0.50.4-py3-none-any.whl.

File metadata

File hashes

Hashes for abstract_gui-0.0.50.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a992803e57aba2f7545409595464ad52602c33829c5b0743b4ff87cc55ba3939
MD5 0d6fd50325f01426b5afc2c5a0cb4b42
BLAKE2b-256 1a705badd15b97bac997b494a09e2e9759aa1d76b427d9e36435a539b6a60cb2

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