Top My Window is a simple Python application that allows users to pin any open window on top of others. This is especially useful for:
✅ Keeping important reference material visible
✅ Multitasking efficiently
✅ Preventing windows from being hidden when switching applications
- Select any open window from a dropdown list
- Pin the selected window to always stay on top
- User-friendly interface built with Tkinter
Ensure you have Python installed on your system (version 3.7+ recommended).
Run the following command:
pip install pygetwindow pywinauto pywin32 tk
python top_my_window.py
- Launch the application.
- Select a window from the dropdown list.
- Click "Pin Always on Top" to keep the selected window above others.
We welcome contributions! Please check the CONTRIBUTING.md file for guidelines.
This project is licensed under the MIT License.