def maximize(hwnd): """ Maximizes the window. Args: hwnd (int): The window handler. """ wg.ShowWindow(hwnd, wc.SW_MAXIMIZE)