/Image2Sound

Image to Sound Converter Project - python desktop GUI app.

Primary LanguagePythonThe UnlicenseUnlicense

Image2Sound Project

i2s

Experimental application that converts images into sounds based on the pixel's color data and audio parameters passed by the user.

To run install required imports (pip install):

  • PyQt5
  • pyqtgraph
  • wave
  • PIL
  • pyaudio
  • numpy
  • struct
  • time

to build app:

pyinstaller --windowed i2sv3.spec