Python Forum
How to Minimize ADB window - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to Minimize ADB window (/thread-41352.html)



How to Minimize ADB window - OomKoos - Dec-29-2023

I know using extension pyw normally hides the Terminal window

However

I have program that uses module "pyminitouch"
This causes a ADB terminal window to open.

I am trying to hide / minimize this , but all methods fail

This is a image of the window header
https://mega.nz/file/d39BgY7Y#CnC7xuB2ezRPKjd1JKpvrudvuWUwCD0Det2_WO4Kkfg

Is there a proven module / method that will hide or minimize this ?