Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help wnck please
#1
Hello friends I'm trying to develop a macro, in python but I'm learning. the function would be as follows wnck look for the name [google] between the open browser tabs and open it. i have the code in pygetwindow, i just want to convert it to wnck
    import pygetwindow
     windows = []
    
    for w in pygetwindow.getWindowsWithTitle('google'):
        windows.append({
            "window": w,
could someone help me convert this function to wnck?
Yoriz write Dec-28-2021, 10:11 AM:
Please post all code, output and errors (in their entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to install python-wnck python-imaging on Void Linux linuxlight 1 3,213 Mar-08-2020, 03:53 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020