'notepad') fuzzy_app(
'*new 1 - Notepad++'
fuzzy_app (approx_name:str)
Resolve an approximate window name to the actual window name using magic.
Parameters: approx_name (str): The approximate window name.
Returns: str: The actual window name.
get_window_names ()
Get a list of all the window names on the desktop.
Returns: List[str]: A list of window names.
resolve_window_name (approx_name:str, choices:List[str], threshold:int=85)
Resolve an approximate window name to the actual window name.
Parameters: approx_name (str): The approximate window name. choices (List[str]): A list of possible window names to choose from.
Returns: str: The actual window name.