https://github.com/ys-sudo/image2sound
Image to Sound Converter Project - python desktop GUI app.
https://github.com/ys-sudo/image2sound
numpy pil pyaudio pyqt-gui pyqt5 pyqt5-desktop-application pyqtgraph python3 wave
Last synced: 6 months ago
JSON representation
Image to Sound Converter Project - python desktop GUI app.
- Host: GitHub
- URL: https://github.com/ys-sudo/image2sound
- Owner: Ys-sudo
- License: unlicense
- Created: 2020-06-19T16:16:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T19:29:44.000Z (over 4 years ago)
- Last Synced: 2025-04-15T06:17:02.814Z (6 months ago)
- Topics: numpy, pil, pyaudio, pyqt-gui, pyqt5, pyqt5-desktop-application, pyqtgraph, python3, wave
- Language: Python
- Homepage:
- Size: 3.05 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image2Sound Project

## 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