Miscellaneous scripts
This repository contains miscellaneous scripts that does not fit in one repository, yet I will use them sometimes for my personal use. Note that some of the scripts might contain hardcoded paths and opinionated presets, and you are advised to inspect them before actually using.
|
Functions | |
Tuple[int, int, int, int] | centre_coordinate (tkinter.Tk root, int width, int height, bool is_root_window=True) |
None | main (width, int height) |
None | puts_text (tkinter.Tk window, width, int height, tkinter.ttk.Progressbar pb_main) |
None | run () |
Tuple[int, int, int, int] troll.centre_coordinate | ( | tkinter.Tk | root, |
int | width, | ||
int | height, | ||
bool | is_root_window = True ) |
Definition at line 7 of file troll.py.
Referenced by main().
None troll.main | ( | width, | |
int | height ) |
Definition at line 38 of file troll.py.
References centre_coordinate().
None troll.puts_text | ( | tkinter.Tk | window, |
width, | |||
int | height, | ||
tkinter.ttk.Progressbar | pb_main ) |
Definition at line 27 of file troll.py.
None troll.run | ( | ) |