coalispr.tk_gui.tk_coalispr

Attributes

Classes

Coalispr_app

Present gui to run program.

Functions

Module Contents

coalispr.tk_gui.tk_coalispr.logger
coalispr.tk_gui.tk_coalispr.thisfile = ''
coalispr.tk_gui.tk_coalispr.p
class coalispr.tk_gui.tk_coalispr.Coalispr_app(args, title=PROG_DESCRIPTION, size=(TKWIDTH, TKHEIGHT))

Bases: ttkbootstrap.Window

Present gui to run program.

title

Window title

Type:

str

size

with, height

Type:

tuple

custom_theme
resizable = (False, True)
open_cmd
main
menu
sizegrip
set_fonts()

Set some specific font sizes. Only effective when called after an instance of this app has been created; calling from __init__() has been tried, did not work.

set_style()
set_loaded_command(set_command)
on_closing()
restart(CMD)
coalispr.tk_gui.tk_coalispr.parse_open()
coalispr.tk_gui.tk_coalispr.main()