All Projects → sjitech → mac_list_windows_pids

sjitech / mac_list_windows_pids

Licence: other
Mac OS X: list all windows title and their owner process ids

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mac list windows pids

1ZLAB PyEspCar
1ZLab在准备挑选合适的小车来研发计算机视觉的教程时候 , 发现习惯了Python语法的我们, 在市面上找不到合适小车, 后来我们选了ESP32作为小车的控制主板, 可以使用Python对其进行交互式编程, 极大的提升了开发效率.
Stars: ✭ 78 (+34.48%)
Mutual labels:  pid
ESPressIoT
This project covers somewhat advances features for an espresso machine controller.
Stars: ✭ 31 (-46.55%)
Mutual labels:  pid
CodeDroneDIY
The most simple, but working, quadricopter flight controller from scratch, using Arduino Uno/Nano.
Stars: ✭ 68 (+17.24%)
Mutual labels:  pid
QuadrotorFly
This is a dynamic simulation for quadrotor UAV
Stars: ✭ 61 (+5.17%)
Mutual labels:  pid
PyConSys
Python Control System : Create control loops and let the AI set the PID parameters
Stars: ✭ 21 (-63.79%)
Mutual labels:  pid
particle
Package to deal with particles, the PDG particle data table, PDGIDs, etc.
Stars: ✭ 113 (+94.83%)
Mutual labels:  pid
BCI
A RobotC Library for Vex Robotics
Stars: ✭ 12 (-79.31%)
Mutual labels:  pid
libproc-rs
A rust library for getting information about running processes for Mac and Linux
Stars: ✭ 33 (-43.1%)
Mutual labels:  pid
Quadcopter SimCon
Quadcopter Simulation and Control. Dynamics generated with PyDy.
Stars: ✭ 84 (+44.83%)
Mutual labels:  pid
FlyingCarUdacity
🛩️⚙️ 3D Planning, PID Control, Extended Kalman Filter for the Udacity Flying Car Nanodegree // FCND-Term1
Stars: ✭ 16 (-72.41%)
Mutual labels:  pid
smart-car-freescale
第九届飞思卡尔智能车参赛作品
Stars: ✭ 36 (-37.93%)
Mutual labels:  pid
ai for robotics
Visualizations of algorithms covered in Sebastian Thrun's excellent Artificial Intelligence for Robotics course on Udacity.
Stars: ✭ 125 (+115.52%)
Mutual labels:  pid
Corpuscles.jl
Julia package for particle physics
Stars: ✭ 25 (-56.9%)
Mutual labels:  pid
DC-Servo
Analog speed control of Brushed DC Motor
Stars: ✭ 16 (-72.41%)
Mutual labels:  pid

mac_list_windows_pids

Mac OS X: list all windows title and their owner process ids

##Usage:

Tested on OS X Yosemite 10.10.5, Python 2.7

Note if you run into error No module named Quartz, then run pip install pyobjc-framework-Quartz to install it.

$ python lswin.py

    PID WinID  x,y,w,h               	[Title] SubTitle
------- -----  --------------------- 	-------------------------------------------
    169  1956 {0,-38,1280,25        }	[Window Server] Backstop Menubar
    169  1955 {0,-60,1280,22        }	[Window Server] Menubar
    169   396 {0,-38,1280,25        }	[Window Server] Backstop Menubar
    169   395 {0,-60,1280,22        }	[Window Server] Menubar
    169     6 {0,0,0,0              }	[Window Server] Cursor
    169     4 {0,22,1280,25         }	[Window Server] Backstop Menubar
    169     3 {0,0,1280,22          }	[Window Server] Menubar
    169     2 {0,0,1280,800         }	[Window Server] Desktop
    262   404 {0,-38,1280,38        }	[Google Chrome] 
    262   393 {0,0,1280,800         }	[Google Chrome] 
    262   380 {100,100,1,1          }	[Google Chrome] Focus Proxy
    262   351 {1189,45,46,18        }	[Google Chrome] 
    262    51 {0,0,1280,800         }	[Google Chrome] sjitech/mac_list_windows_pids
    262    50 {0,755,1,1            }	[Google Chrome] 
    262    43 {0,0,1280,22          }	[Google Chrome]
    262    42 {0,0,1280,22          }	[Google Chrome]
    266  3294 {0,23,1276,777        }	[Sublime Text] README.md — mac_list_windows_pids
    266  1954 {0,-38,1280,38        }	[Sublime Text] 
    266  1953 {0,0,1280,800         }	[Sublime Text] 
    266  1952 {0,0,1280,800         }	[Sublime Text] 
    266   345 {529,83,116,56        }	[Sublime Text] 
    266   188 {100,100,1,1          }	[Sublime Text] Focus Proxy
    266   186 {0,0,1280,22          }	[Sublime Text]
    266   185 {0,0,1280,22          }	[Sublime Text]
    266    93 {0,0,1280,800         }	[Sublime Text] lswin
    ... ...

##Known problems

Processes created by Safari browser will be displayed as same PID as main Safari process.

#1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].