← Back to context

Comment by edoceo

2 months ago

Yep, not difficult at all.

This prompt got me some mostly looks OK Python

> Can you make a simple windows program that will get all the window titles from active programs running

Definitely possible. This is how chat bots worked on AOL in the 90’s, basically the FindWindow and FindWindowEx functions in the win32 API. Hasn’t changed much (if any) since then.