Skip to content

GaoXeoN/Window_Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

2021 / Python 3

Window Controller

Change position and size of other programs windows

Install:

(Python 3 and modules keyboard and wx)

  1. Download and install python 3 (https://www.python.org/)
  2. Click start and type CMD and hit enter (run cmd)
  3. Copy and past this in the cmd window: python -m pip install keyboard
  4. And this: python -m pip install wx

How to use it:

  1. Double click Window_Contraller.pyw (if everything is correct, then you should see a window now)
  2. Click the "Set Window" button, now a 5 seconds countdown begins.
  3. Click on the program window you like to control (you need to have the target window selected when the countdown hit hit zero).
  4. Confirm that text under "Set Window" button is the same as the titelbar text of the target window.
  5. Nw you can change the edges of the target window with all the buttons with 1, 10, 100, -1, -10, -100 in the respective direction/edge or you can enter the desired position/size in the text boxes above the respective direction and press enter.

Btton group up and to the left is the position of the window and button group down and to the right is the size of the window.

Troubleshooting:

Te keyboard and wx modules must be installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages