Closed taw5578 closed 1 year ago
Yes, but you can also start it like:
from AppOpener import open
open("explorer", match_closest=True)
Yes that is true, but that still does not resolve the issue. If at any point the close() method is used on file explorer, the Windows desktop disappears. The ability to close file explorer should either be removed or fixed. Opening it right after closing it does not resolve the issue.
Okay, next version fixes this!! 🥰
AppOpener v1.7 just released!! ✌️
Install AppOpener v1.7:
pip install AppOpener==1.7
File Explorer
without closing the windowsfrom AppOpener import close
close("file explorer")
Lots of love, athrv.
Using this library to close the 'File Explorer' app causes the Windows desktop to disappear.