https://github.com/rizerphe/paudio
Simple tool that uses pydub to allow you to play several wav and mp3 files at the same time
https://github.com/rizerphe/paudio
Last synced: over 1 year ago
JSON representation
Simple tool that uses pydub to allow you to play several wav and mp3 files at the same time
- Host: GitHub
- URL: https://github.com/rizerphe/paudio
- Owner: rizerphe
- Created: 2019-04-07T16:48:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T13:35:09.000Z (about 7 years ago)
- Last Synced: 2025-01-16T01:16:57.758Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paudio
Simple tool that uses pydub to allow you to play several wav and mp3 files at the same time
# install
```
sudo apt install python3-tk
sudo pip3 install pydub
git clone https://github.com/BohdanOpyr/paudio
```
# run
```
cd paudio
python3 main.py
```