tqdm/tqdm

I want tqdm_Tk adds an option parameter to set the position of the window

pythonlw opened this issue · 0 comments

    if kwargs.get('geometry'):
        # geometry="300x160+1500+900"
        self._tk_window.geometry(kwargs['geometry'])