Calculator and StdDev Tool 1.0
Python-based calculator with GUI and standard deviation functionality
|
Namespaces | |
namespace | gui |
Functions | |
gui._on_key (event) | |
gui.get_style (char) | |
gui.on_button_click (char) | |
gui.show_help () | |
Variables | |
dict | gui._keymap |
KEY BINDINGS. | |
gui.background | |
gui.bg | |
gui.borderwidth | |
list | gui.buttons |
END OF THEME SECTION. | |
gui.char | |
gui.column | |
gui.columnspan | |
gui.command | |
gui.display | |
gui.focuscolor | |
gui.focusthickness | |
gui.font | |
gui.foreground | |
gui.height | |
gui.highlightthickness | |
gui.i | |
gui.padx | |
gui.pady | |
gui.relief | |
bool | gui.resetMode = False |
gui.root = tk.Tk() | |
gui.row | |
gui.rowspan | |
gui.sticky | |
gui.style = ttk.Style(root) | |
gui.style_name = get_style(char) | |
gui.text | |
gui.weight | |
gui.width | |