Skip to main content

Use customized GUI

Project description

'irene-pro'

This is my customized user interface which is rooted from tkinter package.

nothing big that I did from here that is different from what already in tkinter, but I rather set my default parameters and

styles for those rooted to ttk, example Combobox.

this is the first version, and later I will keep making extra-improvement including adding default icons to buttons and other

cool stuffs until it will be large package or framework in coming years.

=========how to use the package======

from irene-pro import widgets, logic

create button

button = widgets.btn(master = root, text = 'send')

button.pack(side = LEFT)

create table gui

table = widgets.Table_gui(parent = root)

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

irene_pro-0.1.31.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

irene_pro-0.1.31-py3-none-any.whl (12.8 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