index
:
audio-visualizer-python
master
(forked from djfun) a little GUI tool to render visualization videos of audio files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
__main__.py
blob: 3babeaed4f15ffc3b494788ff7816351d18ebf7a (
plain
)
1
2
3
4
5
# Allows for launching with python3 -m avpython
from
avpython.main
import
main
main
()