Python program to save Windows's windows' positions :)
I personally use it to resize Discord and move it to a specific position on my second screen
- Python 3.7
- python library: json
- python library: os
- python library: ctypes
- python library: wintypes from ctypes
- python library: threading
- python library: time
- python library: tkinter
- python library: win32com.client
- python library: winshell
Tested on two 1080p screens with different scalings (100% and 125% scaling)
Simple GUI that shows the saved settings on the left, and the current open windows on the right. Settings are saved in the Documents folder
When a program is choosen, the window is highlighted
If you choose to load settings at startup, a shortcut of the second python program is added to the startup folder. the program waits 15 seconds after startup (to give the programs a chance to load) then loads the saved windows saved settings.




