A user-friendly GUI module, made for Python 3.
Project description
SGM
- The sgm module is made by Swaraaj Arora and is a user-friendly GUI framework.
EXAMPLE (HELLO WORLD!)
from sgm import SGMApplication, SGMText
app = SGMApplication(title="Window", resizable=True)
text = SGMText(parent=app, text="Hello, World!", width=25, height=3, size=10)
text.Show()
app.StartLoop()
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
sgm3-0.1.6.tar.gz
(8.2 kB
view details)
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
sgm3-0.1.6-py3-none-any.whl
(8.5 kB
view details)
File details
Details for the file sgm3-0.1.6.tar.gz.
File metadata
- Download URL: sgm3-0.1.6.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de136ad9e4f1fa109d6b8ca623b5baacb8e2c609e7fe1b7e1191a74a6a35c070
|
|
| MD5 |
32f352e563d415c9c0b5267d2121bc9f
|
|
| BLAKE2b-256 |
8d2b803fbf98c77527e25b75cb5a7a78159452d16defcc1eaee7c4537f4e9e8c
|
File details
Details for the file sgm3-0.1.6-py3-none-any.whl.
File metadata
- Download URL: sgm3-0.1.6-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15e3793fe61a6cc3931cefbaa6c795aa95231ef207404b204cfb5f3425f2dd5
|
|
| MD5 |
a610eb081049b02fac10c789815c4fef
|
|
| BLAKE2b-256 |
577d28c7a6570017e4f01a02eeac09554700a438da7380ae64d7d6eb5acfa9e6
|