Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

● SoundTools library

the soundtools library has some basic sound-waves which you can use to create music, and you can modify it and add you own sound-waves as well.

● installing the libraries

pip install -r REQUIREMENTS.txt

● creating an executable

make sure to include the tkinterdnd2 library

pip install -U pyinstaller
pyinstaller --collect-all tkinterdnd2 -F -w -i icon.ico app.pyw -n 'Audio Player by Erfan ;D'

if got errors run this command instead

pyinstaller --collect-all TkinterDnD2 -F -w -i icon.ico app.pyw -n 'Audio Player by Erfan ;D'

About

a python library which you can create, play and export music with it

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages