- Toggle Window's TaskView with pointing devices (mouse\touchpad).
- Move pointer toward then away from upper-left corner of the screen to trigger TaskView
- Repeat step-2 to Close TaskView
- Windows 10
- Python-3
- Pyautogui
- git clone project
- Install python 3.x
- Install virtual environment
- Create virtual environment in root directory
py -m venv env
- Activate env
env\Scripts\activate
- Install requirements
pip install -r requirements.txt
- Run
python easy_taskview.py