Skip to content

Sound Silencer is a simple python program designed to silence all background noises on keystroke, so that you can peacefully talk on your microphone.

License

Notifications You must be signed in to change notification settings

zacharyr/sound-silencer-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound Silencer Program

  • Sound Silencer is a simple python program designed to silence all background noises on keystroke, so that you can peacefully talk on your microphone.
  • Once you launch the program, you will be required to set a keyboard key to be the default 'silencing' key' or the key that will be used to toggle your computer's sound. Once you set the key, launch the sound silencing script.

Making it Executable

Those who wish to download an executable, I have provided the EXE in the repository, just look up top. Those who wish to compile the code to an EXE themselves, look below.

  1. Download and install the dependencies: Python, PyInstaller, PyWin32, and wxPython if you have not already installed it.
  2. After you downloaded and installed the previous packages, run the following command in your python terminal: python pyinstaller/utils/Makespec.py --onefile --noconsole sound_silencer.py
  3. This will generate a 'spec' file, which you will now use with Build.py to compile an .EXE: python pyinstaller/utils/Build.py pyinstaller\pyinstaller.spec
  4. Running the previous command will create a single file executable which you can place on a computer that does or even does not have python installed.

Authors

Zach Rohde

About

Sound Silencer is a simple python program designed to silence all background noises on keystroke, so that you can peacefully talk on your microphone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages