A Simple icon to replace the tkinter feather for your programs
Project description
mygui 0.3.1
Caveman Software® 2024
lgrid
example:
import os
from tkinter import Tk
from mygui import egrid, lgrid
root = Tk()
root.minsize(300, 100)
lgrid(root, 'Label placed in grid 0,0', 0, 0)
lgrid(root, 'Label placed in grid 0,1', 0, 1)
egrid(root, 1, 0)
root.mainloop()
egrid
import os
from tkinter import Tk,Entry
from mygui import egrid, lgrid
root = Tk()
root.minsize(300, 100)
egrid(root,0,0)
root.mainloop()
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
mygui-0.3.1.tar.gz
(4.3 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
mygui-0.3.1-py3-none-any.whl
(5.9 kB
view details)
File details
Details for the file mygui-0.3.1.tar.gz.
File metadata
- Download URL: mygui-0.3.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0506a03a9ef777cf003f55fa39b5c1b7ea28b62671b3bb76d9b706320b3a234
|
|
| MD5 |
e9d413b000ff8ebe93f53d8d64d0d4e0
|
|
| BLAKE2b-256 |
9f371d161637ed779c5031bae660217aaf7dcab387aaddd1ea6bd55272b2281b
|
File details
Details for the file mygui-0.3.1-py3-none-any.whl.
File metadata
- Download URL: mygui-0.3.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fafa931a631df23c257166d83a620dfd252215d32b475cf853bd9d8526b1b81d
|
|
| MD5 |
074481c06b15c23292ef9243a7bc50d4
|
|
| BLAKE2b-256 |
ec553899d0c9ca8439b6cf822dbffd3bb97abe287e4098216b48a0cd8948a13d
|