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.5.tar.gz
(8.0 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.5-py3-none-any.whl
(8.3 kB
view details)
File details
Details for the file sgm3-0.1.5.tar.gz.
File metadata
- Download URL: sgm3-0.1.5.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11bcee4ff3dad41889d15d4a79bda75800262032abc450b609356d034ba585ce
|
|
| MD5 |
dd37c53a40bbd829825f9a23f7d724db
|
|
| BLAKE2b-256 |
b4a2dd94058b4cc18667041808c50ecb3ce63a3652716eb224033c2d1ff7a649
|
File details
Details for the file sgm3-0.1.5-py3-none-any.whl.
File metadata
- Download URL: sgm3-0.1.5-py3-none-any.whl
- Upload date:
- Size: 8.3 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 |
690f6dc2e16bdd16a977c434a00268f0746213e53ac3ad6df6dd1d8d423550a8
|
|
| MD5 |
f7460b74eef071dd5c1228660f3c05b9
|
|
| BLAKE2b-256 |
e131b7e00b96b02c6d10cffbf057e4a4f66c209c21ff02035b97fde8b193a1d2
|