Skip to content

RenatoCesarF/8-Bits-sounds-console-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitmoji

Python program to play old video-game sounds when you type ⌨️🔊.

There is a VSCode Extension like this program 😉

📝Task List:

  • 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

⚓Requirements

Linux & mac

  • install python
  • pip install -r ./requirements.txt inside the project folder
  • if everything goes well it is just run python main.py

⌨️Commands

  • Increase Volume Ctrl Alt +
  • Decrease Volume Ctrl Alt -
  • Quit Command Ctrl Shift F1

📝How to use

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.ico You need to add the audio folder and the config.json file 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 to true.
  • if you don't like the pitch change you can just put the min_pitch and max_pitch to 0.
  • the range between the pitch changes can be adjusted with the pitch_window_range param

🚀Releases

  • 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.

📺 Demonstration:

Default sounds demonstration

normal.mp4