There is a VSCode Extension like this program 😉
- Make sounds to ", Home, End, operations and etc
- .exe file
- Add custom icon
- Quit command
- Add a shortcut to change volume
- Save changed volume as preferences
- On quit sound
- install python
pip install -r ./requirements.txtinside the project folder- if everything goes well it is just run python
main.py
- Increase Volume Ctrl Alt +
- Decrease Volume Ctrl Alt -
- Quit Command Ctrl Shift F1
If you are in the Windows you can just run the .exe, if you are in another SO you need to install Python, install the requirements and run the python main file,
maybe you will need to find a way to run it in the background instead of in a terminal, in the future I will try that and explain it here.
if you wanna to build from the source code, use:
pyinstaller main.py -F --noconsole --icon=res/icon.icoYou need to add theaudiofolder and theconfig.jsonfile to the dist directory
- You can replace the audio files with another one with the same name and generate you onw audios. If you change any file, you need to change
"reconstruct"configuration totrue. - if you don't like the pitch change you can just put the
min_pitchandmax_pitchto 0. - the range between the pitch changes can be adjusted with the
pitch_window_rangeparam
- v0.2.0: Add volume controll.
- v0.1.5: Second Windows release, now with quit command and icon.
- v0.1.0: First Windows release, you can change some configurations in the json and run the 8-Bits-sounds.exe program.
