A2_loading_win module

class A2_loading_win.loading_win[source]

Bases: object

Creates an intermediate window when the program is running but when there are no results yet

win

The main window object.

Type:

Tk object

label_load

A label object used to display a message in the window.

Type:

ttk.Label

Progress_Bar

A label object used to display a loading bar

Type:

ttk.Label

Slide(number)[source]

Update the Progress_Bar to show how progress the program

input :
number (int) :

The number of options to choose from.

close_win()[source]

Destroys the current window