A simple modern Windows utility to pin any application window so it stays in front β always.
Built with Python and Tkinter, it gives you total control over your workspace hierarchy with a click.
- π Pin any open window to stay above all others
- β Unpin a window and return it to normal behavior
- π Refresh window list on the fly
- π» Lightweight and minimal interface
- π¨ Dark-themed UI for visual comfort
- πͺ Built for Windows, using native APIs
git clone https://github.com/ExoFi-Labs/AlwaysOnTop.git
cd AlwaysOnToppip install -r requirements.txtpython app.py- Python 3.6 or higher
- Windows operating system
- Required Python packages (automatically installed via requirements.txt):
- pygetwindow
- pywin32
- Launch the application
- Select a window from the dropdown list
- Click "Pin Window" to make it stay on top
- Click "Unpin Window" to return it to normal behavior
- Use "Refresh" to update the list of available windows
Feel free to open issues or submit pull requests if you have suggestions for improvements!
This project is open source and available under the MIT License.