A composable tag system for use with DearPyGUI
Project description
DpgMagicTag
A composable tag system useable with DearPyGUI
Motivation
DearPyGUI allows memorable tags for items but they are required to be strings. Often, especially when creating reusable components which might appear more than once in an application, I found myself using some variation of the following pattern:
base_tag = some_unique_string_generator()
with dpg.window(tag = base_tag + 'window'):
with dpg.button(tag = base_tag + 'left_button')
...
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dpgmagictag-0.1.0.tar.gz.
File metadata
- Download URL: dpgmagictag-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00f61a50d673c67a7229f9ce1820c39f29a8e1e68fb5d69796de0e324f3f7055
|
|
| MD5 |
b190e90bdaca235b2a299ad08cf0fcda
|
|
| BLAKE2b-256 |
a6816c26323b742680832c42abe53d824dd3ac5197dd03bdceef390034b63484
|
File details
Details for the file dpgmagictag-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dpgmagictag-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87fe57a5a657889ff7842e5aa2f3bb65e170e28651a121500c69bc59cbc8989d
|
|
| MD5 |
e74cb06fedd738cf331e6e7ca427d9cb
|
|
| BLAKE2b-256 |
6c4abb25ced4de6dce07f58c5bb2daac12ee7499a52a2c49c4a0f1dad84ce1fb
|