https://github.com/jithurjacob/winontop
Python library for keeping your applications always on top
https://github.com/jithurjacob/winontop
desktop-application python windows
Last synced: 10 months ago
JSON representation
Python library for keeping your applications always on top
- Host: GitHub
- URL: https://github.com/jithurjacob/winontop
- Owner: jithurjacob
- License: mit
- Created: 2016-08-14T16:57:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T18:31:45.000Z (almost 9 years ago)
- Last Synced: 2025-09-01T21:58:09.315Z (10 months ago)
- Topics: desktop-application, python, windows
- Language: Python
- Homepage: https://pypi.python.org/pypi/winontop/0.1
- Size: 8.34 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowOnTop
This is an easy to use tool to keep windows on top of other applications.
You have to specify only a part of the name in windows title.If you want a notepad, excel, word or any application to be on top while you work this is the tool you are looking for, no need to install any third party software.
# Demo
[Larger Gyfcat Demo](https://gfycat.com/GroundedKeenAntelopegroundsquirrel)

## Installation
```
pip install winontop
```
## Example
If you want a chrome tab to be on top just mention any word in the title.
For eg. If you want a notepad to be on top
```
winontop notepad
```
If you want youtube video "Game of Thrones Season 6: Episode #9 Preview (HBO)" on top
```
winontop thrones
or
winontop games
```
## For help doc
```
winontop -h
```
Tested on Windows 10/Python2,3
Feel free to contribute or report any issues at https://github.com/jithurjacob/winontop