From 08214561a0199870e681bacfc78319252ed78fc5 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Fri, 21 May 2021 21:13:47 +0200 Subject: [PATCH] Better description on which platforms the module is supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2002a0..00d2d94 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ PyGetWindow =========== -A simple, cross-platform module for obtaining GUI information on and controlling application's windows. +A simple module for obtaining GUI information on and controlling application's windows. -Still under development. Currently only the Windows platform is implemented. If you want to help contribute, please contact al@inventwithpython.com! +Still under development. Currently only the Windows platform is fully implemented. Works on Mac OS too, but only a [few methods](src/pygetwindow/_pygetwindow_macos.py) are currently usable. If you want to help contribute, please contact al@inventwithpython.com! Install