This Python script creates a small utility window using Tkinter that provides a button to show the Windows taskbar. The utility window automatically appears and disappears based on the presence of the Amazon WorkSpaces window.
- The utility window stays on top of other windows.
- The window contains a button to show the Windows taskbar.
- The window appears when the mouse cursor enters it and hides when the cursor leaves.
- The window only becomes fully visible when the Amazon WorkSpaces window is detected.
- Python 3.x
keyboard
librarypywin32
library
-
Clone the repository or download the script:
git clone https://github.com/shaulbd/amazon-aws-switcher-win.git cd amazon-aws-switcher-win
-
Install the required Python libraries:
pip install -r requirements.txt
The
requirements.txt
file should contain:keyboard pywin32
-
Run the script:
python aws-switcher.pyw
-
Interacting with the Utility:
- Move your mouse cursor to the top of the screen (or the position you set) to make the utility window appear.
- The window will become fully visible if the Amazon WorkSpaces window is detected.
- Click the ❌ button to show the Windows taskbar.
This project is licensed under the MIT License - see the LICENSE file for details.