This Python script empowers you to toggle the "always on top" state of a specified window.
- Visit the Releases section of this repository.
- Download the latest release.
- Extract the downloaded ZIP file.
- Execute the
StayOnTop.exe
executable. - Switch to the desired window and wait for 3 seconds.
- If the executable closes, congratulations, it worked (:
-
Clone the repository to your local machine:
git clone https://github.com/DelgshSeli/StayOnTop-Script.git
-
Navigate to the project directory:
cd StayOnTop-Script
-
(Optional) Create and activate a virtual environment:
python -m venv venv .\venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the script:
python StayOnTop.py
-
Switch to the window you want to stay "always on top" and wait 3 seconds.
-
If the script ends, congratulations, it worked (:
If you encounter any issues or have suggestions, please open an issue.