Skip to content

FanaticExplorer/WindowManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindowManager

License Python 3.13 Windows My 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 coffee Ko-fi Monobank 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

License

Stars

Watchers

Forks

Packages

No packages published

Languages