Skip to main content

A Simple icon to replace the tkinter feather for your programs

Project description

mygui 0.2.5

Caveman Software® 2023

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.2.5.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

mygui-0.2.5-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

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