Skip to main content

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


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)

Uploaded Source

Built Distribution

mygui-0.3.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

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

Hashes for mygui-0.3.1.tar.gz
Algorithm Hash digest
SHA256 c0506a03a9ef777cf003f55fa39b5c1b7ea28b62671b3bb76d9b706320b3a234
MD5 e9d413b000ff8ebe93f53d8d64d0d4e0
BLAKE2b-256 9f371d161637ed779c5031bae660217aaf7dcab387aaddd1ea6bd55272b2281b

See more details on using hashes here.

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

Hashes for mygui-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fafa931a631df23c257166d83a620dfd252215d32b475cf853bd9d8526b1b81d
MD5 074481c06b15c23292ef9243a7bc50d4
BLAKE2b-256 ec553899d0c9ca8439b6cf822dbffd3bb97abe287e4098216b48a0cd8948a13d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page