A framework for building hierarchical GUIs
Project description
# Introduction
hgf is a hierarchical GUI framework for Python, built on top of Pygame. It is designed to ease the creation of graphical applications that,
Support external configuration - controls, options, style
Manage structural complexity - by composing simple elements
Separate major concerns - behavior, layout, appearance
With code that is easy to read, write, and extend, with minimal boilerplate.
hgf is currently version 0.2.2, pre-alpha. The API may be volatile, but any changes to it will be made in an effort to better manifest these design principles.
## Using hgf
### Documentation
You can read the online documentation [here](https://benfrankel.github.io/hgf) (outdated and incomplete).
### Dependencies
Python 3.x
Pygame 1.9.2+ (should be handled by pip)
pyperclip (should be handled by pip)
### Installation
hgf is available on [PyPI](https://pypi.python.org/pypi), so you can install the latest version using [pip](https://pip.pypa.io/en/stable/):
pip install hgf
### License
hgf is licensed under the [Apache 2.0](https://github.com/BenFrankel/hgf/blob/master/LICENSE) license, so you are free to use, distribute, and modify it.
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
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 hgf-0.2.2.tar.gz.
File metadata
- Download URL: hgf-0.2.2.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c495ad98b0b7f93afcc3a525d69db82c2d76cc28c3a1400057e293fec17256bd
|
|
| MD5 |
0f11d0f731b4c5d56385e4ce56243723
|
|
| BLAKE2b-256 |
e41ae50492c94a2c9d0793e2005a8207368817bf2a4513a2dd20f53881b4a73a
|
File details
Details for the file hgf-0.2.2-py3-none-any.whl.
File metadata
- Download URL: hgf-0.2.2-py3-none-any.whl
- Upload date:
- Size: 47.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ae7cf996942ebc16b6c4070200dc98aead4dd7f5b894be9b7b794074d77e5c7
|
|
| MD5 |
f92f4fc72af39d52b08401efe01b0273
|
|
| BLAKE2b-256 |
93f7981ce1982e68f4afda7df5540c97fb7f270d501487075715f6d7c74051ba
|