Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

This project has been rewritten in Go as WinOrchestra.

➡️ New repository: FanaticExplorer/WinOrchestra

This repo is archived and kept for historical reference.


WindowManager

LicensePython 3.13WindowsMy page

A lightweight Windows utility to manage application windows from the command line.

Download

Pre-built executable available in Releases.

Installation

Option 1: Using the executable

  1. Download the latest windowmanager.exe from Releases
  2. Place it in a directory included in your system PATH or add its location to PATH

Option 2: From source (optional)

git clone https://github.com/FanaticExplorer/WindowManager.git
cd WindowManager
pip install -r requirements.txt

Usage

Run the program with --help for complete usage instructions:

windowmanager --help

Examples

# List all open windows
windowmanager -l
# Check if Notepad is running
windowmanager -e -t "Notepad"# Minimize Calculator window
windowmanager -m -t "Calculator"# Focus Chrome browser window
windowmanager -f -p "chrome"# Check if window with PID 1234 is minimized
windowmanager -z --pid 1234

💖 Support the Developer

If you find this tool useful, consider supporting my work:

Buy me a coffeeKo-fiMonobank Card

You can also support me with cryptocurrency:

Binance Pay ID:780389392

Binance Pay QR code

Direct Wallet Addresses:

  • BTC:1ksLDnSTekh9kdQcgeqtbdZtxKuLtDobC
  • ETH (ERC20):0xef174683a9ca0cc6065bb8de433188bb1767b631
  • USDT (TRC20):TC3SSLB1cyD1PEugufHF5zUv3sVpFhCi7z
  • SOL (Solana):4ZZhbfJMevkg3x9W8KQiBsdFLz5NAkKMm7takXi2Lz8i

Every donation helps me create and maintain more useful tools!

License

MIT © FanaticExplorer

About

A lightweight Windows utility to manage application windows from the command line

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages