An open API service indexing awesome lists of open source software.

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

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)

![Demo](https://thumbs.gfycat.com/GroundedKeenAntelopegroundsquirrel-size_restricted.gif)

## 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