Skip to content

Image to Sound Converter Project - python desktop GUI app.

License

Notifications You must be signed in to change notification settings

Ys-sudo/Image2Sound

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages