Skip to content

An application that enables Windows the same feature hot-conner that MacOS has.

License

Notifications You must be signed in to change notification settings

AlmostGPH/Simple-Hot-Conner-For-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Hot-Conner-For-Windows

An application that enables Windows the same feature hot-conner that MacOS has.

Very envious of MacOS and Kde's hot corner feature, so wrote one for windows

show

If you want to build it by yourself, clone this repository and execute those commands:

pip install tk
pip install pyautogui
pip install pystray
pip install pillow
pip install pyinstaller
pyinstaller -F -w -i icon.ico --add-data 'icon.ico;.' --add-data 'fire-alt.png;.' hot_conner.py

then your exe will appears in a dictionary named 'dist' or you can just download the latest release.

When you building, use UPX will makes your exe smaller, run command as follow:

pyinstaller -F -w -i icon.ico --add-data 'icon.ico;.' --add-data 'fire-alt.png;.' hot_conner.py --upx-dir your/path/to/upx

You can customize the configuration at the icon in the system tray

image.png image.png

About

An application that enables Windows the same feature hot-conner that MacOS has.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages