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.3.tar.gz
(5.5 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.3-py3-none-any.whl
(5.9 kB
view details)
File details
Details for the file sgm3-0.1.3.tar.gz.
File metadata
- Download URL: sgm3-0.1.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a503b01bc207d2b2d8becab32228cddd75a23cb763cbeb4dbd151e4a12015f63
|
|
| MD5 |
0b2158507299379459d39e61c9591019
|
|
| BLAKE2b-256 |
ba76a52df3b79beaf035df99f6c1a9546c6c5ae1c61bcebc26fe88aab8204d5a
|
File details
Details for the file sgm3-0.1.3-py3-none-any.whl.
File metadata
- Download URL: sgm3-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34a687d96c1aedce146ea7437b3ae816857208bd1ce94aa29d38a39fdeb61a07
|
|
| MD5 |
9cbe9d8f9eae07e779b5e4a4d2614b08
|
|
| BLAKE2b-256 |
05717d807dc1daa94a4a58decc43416801c051225607eead842c682eac3d7ad0
|