Skip to content

A minimal app to make sound when a mouse enters the adjacent screen in your multiple display environment.

License

Notifications You must be signed in to change notification settings

znbdata/myNextScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myNextScreen

A minimal app for Windows users to make sound when a mouse enters the adjacent screen in an multiple display environment.


To test the app

Simpy download the files in the same folder and run the script below.

python ./myNextScreen.py


To get started with exe file

  1. If you have not yet installed Nuitka, install Nuitka (https://pypi.org/project/Nuitka/)

    $ pip install Nuitka

  2. Download all files in the same folder. The folder name could be anything in English.

  3. Open a termial in the folder.

  4. Run the one-line script below.

nuitka --standalone --onefile --windows-disable-console --windows-icon-from-ico=.\nextScreen.ico --include-data-file=.\enter_sound.wav=.\enter_sound.wav --include-data-file=.\exit_sound.wav=.\exit_sound.wav .\nextScreen.py

  1. Run the myNextScreen.exe You don't need any other files or folders to run the app once you have created the .exe file.

To customize the sounds or icon

  1. Simply replace the existing file(s) with your new files. Note that you cannot change the file names.

About

A minimal app to make sound when a mouse enters the adjacent screen in your multiple display environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages